Package net.minecraft.client.gui.screen
Class FatalErrorScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.FatalErrorScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_625glue class_83server net/minecraft/class_625client cenamed net/minecraft/client/gui/screen/FatalErrorScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, height, minecraft, particlesGui, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()protected voidkeyPressed(char character, int keyCode) voidrender(int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmed, getClipboard, handleTab, init, mouseClicked, mouseReleased, onKeyboardEvent, onMouseEvent, removed, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tick, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector intermediary field_2699Lnet/minecraft/class_625;field_2699:Ljava/lang/String;glue field_176Lclass_83;field_176:Ljava/lang/String;server field_2699Lnet/minecraft/class_625;field_2699:Ljava/lang/String;client aLce;a:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/FatalErrorScreen;title:Ljava/lang/String;
-
description
- Mappings:
Namespace Name Mixin selector intermediary field_2700Lnet/minecraft/class_625;field_2700:Ljava/lang/String;glue field_177Lclass_83;field_177:Ljava/lang/String;server field_2700Lnet/minecraft/class_625;field_2700:Ljava/lang/String;client iLce;i:Ljava/lang/String;named descriptionLnet/minecraft/client/gui/screen/FatalErrorScreen;description:Ljava/lang/String;
-
-
Constructor Details
-
FatalErrorScreen
public FatalErrorScreen()
-
-
Method Details
-
init
public void init()- Overrides:
initin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_119Lnet/minecraft/class_32;method_119()Vglue method_252Lclass_117;method_252()Vserver method_119Lnet/minecraft/class_32;method_119()Vclient bLda;b()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
render
public void render(int mouseX, int mouseY, float delta) - Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_118Lnet/minecraft/class_32;method_118(IIF)Vglue method_251Lclass_117;method_251(IIF)Vserver method_118Lnet/minecraft/class_32;method_118(IIF)Vclient aLda;a(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
keyPressed
protected void keyPressed(char character, int keyCode) - Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_117Lnet/minecraft/class_32;method_117(CI)Vglue method_250Lclass_117;method_250(CI)Vserver method_117Lnet/minecraft/class_32;method_117(CI)Vclient aLda;a(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-