Package net.minecraft.server.chase
Class ChaseServer
java.lang.Object
net.minecraft.server.chase.ChaseServer
- Mappings:
Namespace Name official xsintermediary net/minecraft/class_6487named net/minecraft/server/chase/ChaseServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate static final Loggerprivate final PlayerManagerprivate final intprivate booleanprivate ServerSocket -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()voidstart()voidstop()private voidstreamCommand(Socket socket) private voidwriteCommandToStream(DataOutputStream stream)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLxs;a:Lorg/apache/logging/log4j/Logger;intermediary field_34360Lnet/minecraft/class_6487;field_34360:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/chase/ChaseServer;LOGGER:Lorg/apache/logging/log4j/Logger;
-
port
private final int port- Mappings:
Namespace Name Mixin selector official bLxs;b:Iintermediary field_34361Lnet/minecraft/class_6487;field_34361:Inamed portLnet/minecraft/server/chase/ChaseServer;port:I
-
playerManager
- Mappings:
Namespace Name Mixin selector official cLxs;c:Laen;intermediary field_34362Lnet/minecraft/class_6487;field_34362:Lnet/minecraft/class_3324;named playerManagerLnet/minecraft/server/chase/ChaseServer;playerManager:Lnet/minecraft/server/PlayerManager;
-
interval
private final int interval- Mappings:
Namespace Name Mixin selector official dLxs;d:Iintermediary field_34363Lnet/minecraft/class_6487;field_34363:Inamed intervalLnet/minecraft/server/chase/ChaseServer;interval:I
-
running
private boolean running- Mappings:
Namespace Name Mixin selector official eLxs;e:Zintermediary field_34364Lnet/minecraft/class_6487;field_34364:Znamed runningLnet/minecraft/server/chase/ChaseServer;running:Z
-
socket
- Mappings:
Namespace Name Mixin selector official fLxs;f:Ljava/net/ServerSocket;intermediary field_34365Lnet/minecraft/class_6487;field_34365:Ljava/net/ServerSocket;named socketLnet/minecraft/server/chase/ChaseServer;socket:Ljava/net/ServerSocket;
-
-
Constructor Details
-
ChaseServer
- Mappings:
Namespace Name Mixin selector official <init>Lxs;<init>(ILaen;I)Vintermediary <init>Lnet/minecraft/class_6487;<init>(ILnet/minecraft/class_3324;I)Vnamed <init>Lnet/minecraft/server/chase/ChaseServer;<init>(ILnet/minecraft/server/PlayerManager;I)V
-
-
Method Details
-
start
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLxs;a()Vintermediary method_37879Lnet/minecraft/class_6487;method_37879()Vnamed startLnet/minecraft/server/chase/ChaseServer;start()V
-
stop
public void stop()- Mappings:
Namespace Name Mixin selector official bLxs;b()Vintermediary method_37882Lnet/minecraft/class_6487;method_37882()Vnamed stopLnet/minecraft/server/chase/ChaseServer;stop()V
-
run
public void run()- Mappings:
Namespace Name Mixin selector official cLxs;c()Vintermediary method_37884Lnet/minecraft/class_6487;method_37884()Vnamed runLnet/minecraft/server/chase/ChaseServer;run()V
-
streamCommand
- Mappings:
Namespace Name Mixin selector official aLxs;a(Ljava/net/Socket;)Vintermediary method_37881Lnet/minecraft/class_6487;method_37881(Ljava/net/Socket;)Vnamed streamCommandLnet/minecraft/server/chase/ChaseServer;streamCommand(Ljava/net/Socket;)V
-
writeCommandToStream
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLxs;a(Ljava/io/DataOutputStream;)Vintermediary method_37880Lnet/minecraft/class_6487;method_37880(Ljava/io/DataOutputStream;)Vnamed writeCommandToStreamLnet/minecraft/server/chase/ChaseServer;writeCommandToStream(Ljava/io/DataOutputStream;)V
-