Package net.minecraft.client.gui.screen
Class DirectConnectScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DirectConnectScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official cjpintermediary net/minecraft/class_366named net/minecraft/client/gui/screen/DirectConnectScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate final ServerInfoprivate final Screenprivate TextFieldWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char char2, int int2) protected voidinit()booleankeyPressed(int int2, int int3, int int4) private voidprivate voidvoidremoved()voidrender(int mouseX, int mouseY, float tickDelta) voidresize(MinecraftClient client, int width, int height) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_18423, method_18605, method_18607, method_18608, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldPauseGameMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
keyReleased, mouseScrolled
-
Field Details
-
field_20264
- Mappings:
Namespace Name Mixin selector official aLcjp;a:Lcgu;intermediary field_20264Lnet/minecraft/class_366;field_20264:Lnet/minecraft/class_356;named field_20264Lnet/minecraft/client/gui/screen/DirectConnectScreen;field_20264:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
parent
- Mappings:
Namespace Name Mixin selector official fLcjp;f:Lckd;intermediary field_1113Lnet/minecraft/class_366;field_1113:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/DirectConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
info
- Mappings:
Namespace Name Mixin selector official gLcjp;g:Lcrj;intermediary field_1114Lnet/minecraft/class_366;field_1114:Lnet/minecraft/class_485;named infoLnet/minecraft/client/gui/screen/DirectConnectScreen;info:Lnet/minecraft/client/network/ServerInfo;
-
serverField
- Mappings:
Namespace Name Mixin selector official hLcjp;h:Lcgy;intermediary field_1115Lnet/minecraft/class_366;field_1115:Lnet/minecraft/class_367;named serverFieldLnet/minecraft/client/gui/screen/DirectConnectScreen;serverField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
-
Constructor Details
-
DirectConnectScreen
- Mappings:
Namespace Name Mixin selector official <init>Lcjp;<init>(Lckd;Lcrj;)Vintermediary <init>Lnet/minecraft/class_366;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_485;)Vnamed <init>Lnet/minecraft/client/gui/screen/DirectConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/network/ServerInfo;)V
-
-
Method Details
-
tick
public void tick() -
init
protected void init() -
resize
-
method_18580
private void method_18580()- Mappings:
Namespace Name Mixin selector official hLcjp;h()Vintermediary method_18580Lnet/minecraft/class_366;method_18580()Vnamed method_18580Lnet/minecraft/client/gui/screen/DirectConnectScreen;method_18580()V
-
removed
public void removed() -
charTyped
public boolean charTyped(char char2, int int2) - Mappings:
Namespace Name Mixin selector official charTypedLchr;charTyped(CI)Zintermediary charTypedLnet/minecraft/class_4122;charTyped(CI)Znamed charTypedLnet/minecraft/class_4122;charTyped(CI)Z
-
method_18581
private void method_18581()- Mappings:
Namespace Name Mixin selector official iLcjp;i()Vintermediary method_18581Lnet/minecraft/class_366;method_18581()Vnamed method_18581Lnet/minecraft/client/gui/screen/DirectConnectScreen;method_18581()V
-
keyPressed
public boolean keyPressed(int int2, int int3, int int4) - Specified by:
keyPressedin interfaceclass_4122- Specified by:
keyPressedin interfaceclass_4123- Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official keyPressedLchr;keyPressed(III)Zintermediary keyPressedLnet/minecraft/class_4122;keyPressed(III)Znamed keyPressedLnet/minecraft/class_4122;keyPressed(III)Z
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-