Package net.minecraft.client.gui.screen
Class TitleScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.TitleScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_197glue class_220server net/minecraft/class_197client funamed net/minecraft/client/gui/screen/TitleScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate static final Randomprivate Stringprivate floatFields 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 TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidinit()protected voidkeyPressed(char character, int keyCode) voidrender(int mouseX, int mouseY, float delta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmed, getClipboard, handleTab, init, mouseClicked, mouseReleased, onKeyboardEvent, onMouseEvent, removed, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Field Details
-
RANDOM
- Mappings:
Namespace Name Mixin selector intermediary field_716Lnet/minecraft/class_197;field_716:Ljava/util/Random;glue field_921Lclass_220;field_921:Ljava/util/Random;server field_716Lnet/minecraft/class_197;field_716:Ljava/util/Random;client aLfu;a:Ljava/util/Random;named RANDOMLnet/minecraft/client/gui/screen/TitleScreen;RANDOM:Ljava/util/Random;
-
ticks
private float ticks- Mappings:
Namespace Name Mixin selector intermediary field_717Lnet/minecraft/class_197;field_717:Fglue field_922Lclass_220;field_922:Fserver field_717Lnet/minecraft/class_197;field_717:Fclient iLfu;i:Fnamed ticksLnet/minecraft/client/gui/screen/TitleScreen;ticks:F
-
splashText
- Mappings:
Namespace Name Mixin selector intermediary field_718Lnet/minecraft/class_197;field_718:Ljava/lang/String;glue field_923Lclass_220;field_923:Ljava/lang/String;server field_718Lnet/minecraft/class_197;field_718:Ljava/lang/String;client jLfu;j:Ljava/lang/String;named splashTextLnet/minecraft/client/gui/screen/TitleScreen;splashText:Ljava/lang/String;
-
multiplayerButton
- Mappings:
Namespace Name Mixin selector intermediary field_719Lnet/minecraft/class_197;field_719:Lnet/minecraft/class_33;glue field_924Lclass_220;field_924:Lclass_389;server field_719Lnet/minecraft/class_197;field_719:Lnet/minecraft/class_33;client lLfu;l:Lke;named multiplayerButtonLnet/minecraft/client/gui/screen/TitleScreen;multiplayerButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
TitleScreen
public TitleScreen()
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_122Lnet/minecraft/class_32;method_122()Vglue method_414Lclass_117;method_414()Vserver method_122Lnet/minecraft/class_32;method_122()Vclient aLda;a()Vnamed tickLnet/minecraft/client/gui/screen/Screen;tick()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
-
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
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vglue method_257Lclass_117;method_257(Lclass_389;)Vserver method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vclient aLda;a(Lke;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)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
-