Package net.minecraft.server.chase
Class ChaseClient
java.lang.Object
net.minecraft.server.chase.ChaseClient
- Mappings:
 Namespace Name named net/minecraft/server/chase/ChaseClientintermediary net/minecraft/class_6630official alv
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final Stringprivate static final Loggerprivate final MinecraftServerprivate final intprivate boolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voidexecuteCommand(String command) private voidexecuteTeleportCommand(Scanner scanner) private Optional<ChaseClient.TeleportPos> getTeleportPos(Scanner scanner) private voidparseMessage(String message) voidrun()voidstart()voidstop() 
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/server/chase/ChaseClient;LOGGER:Lorg/slf4j/Logger;intermediary field_34983Lnet/minecraft/class_6630;field_34983:Lorg/slf4j/Logger;official aLalv;a:Lorg/slf4j/Logger;
 - 
CONNECTION_RETRY_INTERVAL
private static final int CONNECTION_RETRY_INTERVAL- See Also:
 - Mappings:
 Namespace Name Mixin selector named CONNECTION_RETRY_INTERVALLnet/minecraft/server/chase/ChaseClient;CONNECTION_RETRY_INTERVAL:Iintermediary field_34984Lnet/minecraft/class_6630;field_34984:Iofficial bLalv;b:I
 - 
ip
- Mappings:
 Namespace Name Mixin selector named ipLnet/minecraft/server/chase/ChaseClient;ip:Ljava/lang/String;intermediary field_34985Lnet/minecraft/class_6630;field_34985:Ljava/lang/String;official cLalv;c:Ljava/lang/String;
 - 
port
private final int port- Mappings:
 Namespace Name Mixin selector named portLnet/minecraft/server/chase/ChaseClient;port:Iintermediary field_34986Lnet/minecraft/class_6630;field_34986:Iofficial dLalv;d:I
 - 
minecraftServer
- Mappings:
 Namespace Name Mixin selector named minecraftServerLnet/minecraft/server/chase/ChaseClient;minecraftServer:Lnet/minecraft/server/MinecraftServer;intermediary field_34987Lnet/minecraft/class_6630;field_34987:Lnet/minecraft/server/MinecraftServer;official eLalv;e:Lnet/minecraft/server/MinecraftServer;
 - 
running
private volatile boolean running- Mappings:
 Namespace Name Mixin selector named runningLnet/minecraft/server/chase/ChaseClient;running:Zintermediary field_34988Lnet/minecraft/class_6630;field_34988:Zofficial fLalv;f:Z
 - 
socket
- Mappings:
 Namespace Name Mixin selector named socketLnet/minecraft/server/chase/ChaseClient;socket:Ljava/net/Socket;intermediary field_34989Lnet/minecraft/class_6630;field_34989:Ljava/net/Socket;official gLalv;g:Ljava/net/Socket;
 - 
thread
- Mappings:
 Namespace Name Mixin selector named threadLnet/minecraft/server/chase/ChaseClient;thread:Ljava/lang/Thread;intermediary field_34990Lnet/minecraft/class_6630;field_34990:Ljava/lang/Thread;official hLalv;h:Ljava/lang/Thread;
 
 - 
 - 
Constructor Details
- 
ChaseClient
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/server/chase/ChaseClient;<init>(Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary <init>Lnet/minecraft/class_6630;<init>(Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vofficial <init>Lalv;<init>(Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
 
 - 
 - 
Method Details
- 
start
public void start()- Mappings:
 Namespace Name Mixin selector named startLnet/minecraft/server/chase/ChaseClient;start()Vintermediary method_38755Lnet/minecraft/class_6630;method_38755()Vofficial aLalv;a()V
 - 
stop
public void stop()- Mappings:
 Namespace Name Mixin selector named stopLnet/minecraft/server/chase/ChaseClient;stop()Vintermediary method_38759Lnet/minecraft/class_6630;method_38759()Vofficial bLalv;b()V
 - 
run
public void run()- Mappings:
 Namespace Name Mixin selector named runLnet/minecraft/server/chase/ChaseClient;run()Vintermediary method_38762Lnet/minecraft/class_6630;method_38762()Vofficial cLalv;c()V
 - 
parseMessage
- Mappings:
 Namespace Name Mixin selector named parseMessageLnet/minecraft/server/chase/ChaseClient;parseMessage(Ljava/lang/String;)Vintermediary method_38756Lnet/minecraft/class_6630;method_38756(Ljava/lang/String;)Vofficial aLalv;a(Ljava/lang/String;)V
 - 
executeTeleportCommand
- Mappings:
 Namespace Name Mixin selector named executeTeleportCommandLnet/minecraft/server/chase/ChaseClient;executeTeleportCommand(Ljava/util/Scanner;)Vintermediary method_38757Lnet/minecraft/class_6630;method_38757(Ljava/util/Scanner;)Vofficial aLalv;a(Ljava/util/Scanner;)V
 - 
getTeleportPos
- Mappings:
 Namespace Name Mixin selector named getTeleportPosLnet/minecraft/server/chase/ChaseClient;getTeleportPos(Ljava/util/Scanner;)Ljava/util/Optional;intermediary method_38761Lnet/minecraft/class_6630;method_38761(Ljava/util/Scanner;)Ljava/util/Optional;official bLalv;b(Ljava/util/Scanner;)Ljava/util/Optional;
 - 
executeCommand
- Mappings:
 Namespace Name Mixin selector named executeCommandLnet/minecraft/server/chase/ChaseClient;executeCommand(Ljava/lang/String;)Vintermediary method_38760Lnet/minecraft/class_6630;method_38760(Ljava/lang/String;)Vofficial bLalv;b(Ljava/lang/String;)V
 
 -