yarn/mappings/net/minecraft/client/gui/screen/ConnectScreen.mapping

20 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_412 net/minecraft/client/gui/screen/ConnectScreen
COMMENT The connection screen is used to initiate a connection to a remote server.
COMMENT This is only used when connecting over LAN or to a remote dedicated server.
FIELD field_19097 narratorTimer J
2019-06-28 17:55:20 -04:00
FIELD field_2408 CONNECTOR_THREADS_COUNT Ljava/util/concurrent/atomic/AtomicInteger;
FIELD field_2409 connectingCancelled Z
FIELD field_2410 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_2411 connection Lnet/minecraft/class_2535;
COMMENT The client connection to the remote server.
COMMENT This is not used when connecting to the client's own integrated server.
COMMENT
COMMENT @see net.minecraft.client.MinecraftClient#integratedServerConnection
2019-06-28 17:55:20 -04:00
FIELD field_2412 parent Lnet/minecraft/class_437;
FIELD field_2413 status Lnet/minecraft/class_2561;
2021-05-12 11:50:44 -04:00
METHOD <init> (Lnet/minecraft/class_437;)V
2019-06-27 07:48:47 -04:00
ARG 1 parent
2021-05-12 11:50:44 -04:00
METHOD method_2130 connect (Lnet/minecraft/class_310;Lnet/minecraft/class_639;)V
2019-06-28 17:55:20 -04:00
METHOD method_2131 setStatus (Lnet/minecraft/class_2561;)V
2019-06-27 07:48:47 -04:00
ARG 1 status