Package net.minecraft.client.gui.screen
Class Connecting
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.ScreenBase
net.minecraft.client.gui.screen.Connecting
- Mappings:
Namespace Name intermediary net/minecraft/class_595glue class_686server net/minecraft/class_595client vxnamed net/minecraft/client/gui/screen/Connecting
-
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
-
clientPlayNetworkHandler
- Mappings:
Namespace Name Mixin selector intermediary field_2580Lnet/minecraft/class_595;field_2580:Lnet/minecraft/class_219;glue field_2803Lclass_686;field_2803:Lclass_510;server field_2580Lnet/minecraft/class_595;field_2580:Lnet/minecraft/class_219;client aLvx;a:Lnb;named clientPlayNetworkHandlerLnet/minecraft/client/gui/screen/Connecting;clientPlayNetworkHandler:Lnet/minecraft/network/ClientPlayNetworkHandler;
-
isCancelled
private boolean isCancelled- Mappings:
Namespace Name Mixin selector intermediary field_2581Lnet/minecraft/class_595;field_2581:Zglue field_2804Lclass_686;field_2804:Zserver field_2581Lnet/minecraft/class_595;field_2581:Zclient iLvx;i:Znamed isCancelledLnet/minecraft/client/gui/screen/Connecting;isCancelled:Z
-
-
Constructor Details
-
Connecting
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_595;<init>(Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)Vglue <init>Lclass_686;<init>(Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)Vserver <init>Lnet/minecraft/class_595;<init>(Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)Vclient <init>Lvx;<init>(Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)Vnamed <init>Lnet/minecraft/client/gui/screen/Connecting;<init>(Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)V
-
-
Method Details
-
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
-
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
-
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
-