Package net.minecraft.server.command
Class ChaseCommand
java.lang.Object
net.minecraft.server.command.ChaseCommand
- Mappings:
Namespace Name official xzintermediary net/minecraft/class_6488named net/minecraft/server/command/ChaseCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static intstartClient(ServerCommandSource source, String ip, int port) private static intstartServer(ServerCommandSource source, int port) private static intstop(ServerCommandSource source)
-
Field Details
-
server
- Mappings:
Namespace Name Mixin selector official aLxz;a:Lxs;intermediary field_34366Lnet/minecraft/class_6488;field_34366:Lnet/minecraft/class_6487;named serverLnet/minecraft/server/command/ChaseCommand;server:Lnet/minecraft/server/chase/ChaseServer;
-
client
- Mappings:
Namespace Name Mixin selector official bLxz;b:Lxr;intermediary field_34367Lnet/minecraft/class_6488;field_34367:Lnet/minecraft/class_6486;named clientLnet/minecraft/server/command/ChaseCommand;client:Lnet/minecraft/server/chase/ChaseClient;
-
-
Constructor Details
-
ChaseCommand
public ChaseCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLxz;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_37885Lnet/minecraft/class_6488;method_37885(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/ChaseCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
stop
- Mappings:
Namespace Name Mixin selector official aLxz;a(Ldm;)Iintermediary method_37887Lnet/minecraft/class_6488;method_37887(Lnet/minecraft/class_2168;)Inamed stopLnet/minecraft/server/command/ChaseCommand;stop(Lnet/minecraft/server/command/ServerCommandSource;)I
-
startServer
- Mappings:
Namespace Name Mixin selector official aLxz;a(Ldm;I)Iintermediary method_37888Lnet/minecraft/class_6488;method_37888(Lnet/minecraft/class_2168;I)Inamed startServerLnet/minecraft/server/command/ChaseCommand;startServer(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
startClient
- Mappings:
Namespace Name Mixin selector official aLxz;a(Ldm;Ljava/lang/String;I)Iintermediary method_37889Lnet/minecraft/class_6488;method_37889(Lnet/minecraft/class_2168;Ljava/lang/String;I)Inamed startClientLnet/minecraft/server/command/ChaseCommand;startClient(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I
-