Package net.minecraft.client.gui.screen
Class ConnectScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ConnectScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official cjkintermediary net/minecraft/class_472named net/minecraft/client/gui/screen/ConnectScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate ClientConnectionprivate static final AtomicIntegerprivate Textprivate static final Loggerprivate final ScreenFields 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
ConstructorsConstructorDescriptionConnectScreen(Screen parent, MinecraftClient client, String address, int port) ConnectScreen(Screen parent, MinecraftClient client, ServerInfo serverInfo) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprotected voidinit()private voidmethod_18556(Text text) booleanvoidrender(int mouseX, int mouseY, float tickDelta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_18423, method_18605, method_18608, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, 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
charTyped, keyReleased, mouseScrolled
-
Field Details
-
CONNECTOR_THREADS_COUNT
- Mappings:
Namespace Name Mixin selector official aLcjk;a:Ljava/util/concurrent/atomic/AtomicInteger;intermediary field_7754Lnet/minecraft/class_472;field_7754:Ljava/util/concurrent/atomic/AtomicInteger;named CONNECTOR_THREADS_COUNTLnet/minecraft/client/gui/screen/ConnectScreen;CONNECTOR_THREADS_COUNT:Ljava/util/concurrent/atomic/AtomicInteger;
-
LOGGER
- Mappings:
Namespace Name Mixin selector official fLcjk;f:Lorg/apache/logging/log4j/Logger;intermediary field_7755Lnet/minecraft/class_472;field_7755:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/ConnectScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
connection
- Mappings:
Namespace Name Mixin selector official gLcjk;g:Lhw;intermediary field_1631Lnet/minecraft/class_472;field_1631:Lnet/minecraft/class_1957;named connectionLnet/minecraft/client/gui/screen/ConnectScreen;connection:Lnet/minecraft/network/ClientConnection;
-
connectingCancelled
private boolean connectingCancelled- Mappings:
Namespace Name Mixin selector official hLcjk;h:Zintermediary field_1632Lnet/minecraft/class_472;field_1632:Znamed connectingCancelledLnet/minecraft/client/gui/screen/ConnectScreen;connectingCancelled:Z
-
parent
- Mappings:
Namespace Name Mixin selector official iLcjk;i:Lckd;intermediary field_5932Lnet/minecraft/class_472;field_5932:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/ConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
field_20238
- Mappings:
Namespace Name Mixin selector official sLcjk;s:Lij;intermediary field_20238Lnet/minecraft/class_472;field_20238:Lnet/minecraft/class_1982;named field_20238Lnet/minecraft/client/gui/screen/ConnectScreen;field_20238:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
ConnectScreen
- Mappings:
Namespace Name Mixin selector official <init>Lcjk;<init>(Lckd;Lcft;Lcrj;)Vintermediary <init>Lnet/minecraft/class_472;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_1600;Lnet/minecraft/class_485;)Vnamed <init>Lnet/minecraft/client/gui/screen/ConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/network/ServerInfo;)V
-
ConnectScreen
- Mappings:
Namespace Name Mixin selector official <init>Lcjk;<init>(Lckd;Lcft;Ljava/lang/String;I)Vintermediary <init>Lnet/minecraft/class_472;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_1600;Ljava/lang/String;I)Vnamed <init>Lnet/minecraft/client/gui/screen/ConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;I)V
-
-
Method Details
-
connect
- Mappings:
Namespace Name Mixin selector official aLcjk;a(Ljava/lang/String;I)Vintermediary method_6742Lnet/minecraft/class_472;method_6742(Ljava/lang/String;I)Vnamed connectLnet/minecraft/client/gui/screen/ConnectScreen;connect(Ljava/lang/String;I)V
-
method_18556
- Mappings:
Namespace Name Mixin selector official aLcjk;a(Lij;)Vintermediary method_18556Lnet/minecraft/class_472;method_18556(Lnet/minecraft/class_1982;)Vnamed method_18556Lnet/minecraft/client/gui/screen/ConnectScreen;method_18556(Lnet/minecraft/text/Text;)V
-
tick
public void tick() -
method_18607
public boolean method_18607()- Overrides:
method_18607in classScreen- Mappings:
Namespace Name Mixin selector official ah_Lckd;ah_()Zintermediary method_18607Lnet/minecraft/class_388;method_18607()Znamed method_18607Lnet/minecraft/client/gui/screen/Screen;method_18607()Z
-
init
protected void init() -
render
public void render(int mouseX, int mouseY, float tickDelta)
-