Package net.minecraft.client.gui.screen
Class DownloadingTerrainScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DownloadingTerrainScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_218glue class_239server net/minecraft/class_218client ggnamed net/minecraft/client/gui/screen/DownloadingTerrainScreen
-
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 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
-
networkHandler
- Mappings:
Namespace Name Mixin selector intermediary field_840Lnet/minecraft/class_218;field_840:Lnet/minecraft/class_219;glue field_1039Lclass_239;field_1039:Lclass_510;server field_840Lnet/minecraft/class_218;field_840:Lnet/minecraft/class_219;client aLgg;a:Lnb;named networkHandlerLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;networkHandler:Lnet/minecraft/client/network/ClientNetworkHandler;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector intermediary field_841Lnet/minecraft/class_218;field_841:Iglue field_1040Lclass_239;field_1040:Iserver field_841Lnet/minecraft/class_218;field_841:Iclient iLgg;i:Inamed ticksLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;ticks:I
-
-
Constructor Details
-
DownloadingTerrainScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_218;<init>(Lnet/minecraft/class_219;)Vglue <init>Lclass_239;<init>(Lclass_510;)Vserver <init>Lnet/minecraft/class_218;<init>(Lnet/minecraft/class_219;)Vclient <init>Lgg;<init>(Lnb;)Vnamed <init>Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;<init>(Lnet/minecraft/client/network/ClientNetworkHandler;)V
-
-
Method Details
-
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
-
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
-
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
-