Package net.minecraft.client.gui.screen
Class DownloadingTerrain
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.ScreenBase
net.minecraft.client.gui.screen.DownloadingTerrain
- Mappings:
Namespace Name intermediary net/minecraft/class_218glue class_239server net/minecraft/class_218client ggnamed net/minecraft/client/gui/screen/DownloadingTerrain
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ScreenBase
buttons, height, minecraft, passEvents, smokeRenderer, textManager, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(Button button) voidinit()protected voidkeyPressed(char character, int key) voidrender(int mouseX, int mouseY, float delta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.ScreenBase
getClipboardContents, handleTab, init, isPauseScreen, method_130, mouseClicked, mouseReleased, onClose, onKeyboardEvent, onMouseEvent, renderBackground, renderBackground, renderDirtBackground, updateListMethods inherited from class net.minecraft.client.gui.DrawableHelper
blit, drawLineHorizontal, drawLineVertical, drawTextWithShadow, drawTextWithShadowCentred, 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/DownloadingTerrain;networkHandler:Lnet/minecraft/network/ClientPlayNetworkHandler;
-
ticksRan
private int ticksRan- 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 ticksRanLnet/minecraft/client/gui/screen/DownloadingTerrain;ticksRan:I
-
-
Constructor Details
-
DownloadingTerrain
-
-
Method Details
-
keyPressed
protected void keyPressed(char character, int key) - Overrides:
keyPressedin classScreenBase- 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/ScreenBase;keyPressed(CI)V
-
init
public void init()- Overrides:
initin classScreenBase- 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/ScreenBase;init()V
-
tick
public void tick()- Overrides:
tickin classScreenBase- 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/ScreenBase;tick()V
-
buttonClicked
- Overrides:
buttonClickedin classScreenBase- 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/ScreenBase;buttonClicked(Lnet/minecraft/client/gui/widgets/Button;)V
-
render
public void render(int mouseX, int mouseY, float delta) - Overrides:
renderin classScreenBase- 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/ScreenBase;render(IIF)V
-