Package net.minecraft.server.command
Class ChaseCommand
java.lang.Object
net.minecraft.server.command.ChaseCommand
- Mappings:
Namespace Name official zx
intermediary net/minecraft/class_6634
named net/minecraft/server/command/ChaseCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static @Nullable ChaseClient
static BiMap<String,
RegistryKey<World>> private static final String
private static final String
private static final int
private static final int
private static @Nullable ChaseServer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
isRunning
(ServerCommandSource source) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static int
startClient
(ServerCommandSource source, String ip, int port) private static int
startServer
(ServerCommandSource source, String ip, int port) private static int
stop
(ServerCommandSource source)
-
Field Details
-
field_35000
- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lzx;b:Ljava/lang/String;
intermediary field_35000
Lnet/minecraft/class_6634;field_35000:Ljava/lang/String;
named field_35000
Lnet/minecraft/server/command/ChaseCommand;field_35000:Ljava/lang/String;
-
field_35001
- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lzx;c:Ljava/lang/String;
intermediary field_35001
Lnet/minecraft/class_6634;field_35001:Ljava/lang/String;
named field_35001
Lnet/minecraft/server/command/ChaseCommand;field_35001:Ljava/lang/String;
-
field_35002
private static final int field_35002- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lzx;d:I
intermediary field_35002
Lnet/minecraft/class_6634;field_35002:I
named field_35002
Lnet/minecraft/server/command/ChaseCommand;field_35002:I
-
field_35003
private static final int field_35003- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lzx;e:I
intermediary field_35003
Lnet/minecraft/class_6634;field_35003:I
named field_35003
Lnet/minecraft/server/command/ChaseCommand;field_35003:I
-
DIMENSIONS
- Mappings:
Namespace Name Mixin selector official a
Lzx;a:Lcom/google/common/collect/BiMap;
intermediary field_34999
Lnet/minecraft/class_6634;field_34999:Lcom/google/common/collect/BiMap;
named DIMENSIONS
Lnet/minecraft/server/command/ChaseCommand;DIMENSIONS:Lcom/google/common/collect/BiMap;
-
server
- Mappings:
Namespace Name Mixin selector official f
Lzx;f:Lzp;
intermediary field_35004
Lnet/minecraft/class_6634;field_35004:Lnet/minecraft/class_6632;
named server
Lnet/minecraft/server/command/ChaseCommand;server:Lnet/minecraft/server/chase/ChaseServer;
-
client
- Mappings:
Namespace Name Mixin selector official g
Lzx;g:Lzo;
intermediary field_35005
Lnet/minecraft/class_6634;field_35005:Lnet/minecraft/class_6630;
named client
Lnet/minecraft/server/command/ChaseCommand;client:Lnet/minecraft/server/chase/ChaseClient;
-
-
Constructor Details
-
ChaseCommand
public ChaseCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lzx;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_38770
Lnet/minecraft/class_6634;method_38770(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/ChaseCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
stop
- Mappings:
Namespace Name Mixin selector official a
Lzx;a(Ldm;)I
intermediary method_38772
Lnet/minecraft/class_6634;method_38772(Lnet/minecraft/class_2168;)I
named stop
Lnet/minecraft/server/command/ChaseCommand;stop(Lnet/minecraft/server/command/ServerCommandSource;)I
-
isRunning
- Mappings:
Namespace Name Mixin selector official b
Lzx;b(Ldm;)Z
intermediary method_38775
Lnet/minecraft/class_6634;method_38775(Lnet/minecraft/class_2168;)Z
named isRunning
Lnet/minecraft/server/command/ChaseCommand;isRunning(Lnet/minecraft/server/command/ServerCommandSource;)Z
-
startServer
- Mappings:
Namespace Name Mixin selector official a
Lzx;a(Ldm;Ljava/lang/String;I)I
intermediary method_38773
Lnet/minecraft/class_6634;method_38773(Lnet/minecraft/class_2168;Ljava/lang/String;I)I
named startServer
Lnet/minecraft/server/command/ChaseCommand;startServer(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I
-
startClient
- Mappings:
Namespace Name Mixin selector official b
Lzx;b(Ldm;Ljava/lang/String;I)I
intermediary method_38776
Lnet/minecraft/class_6634;method_38776(Lnet/minecraft/class_2168;Ljava/lang/String;I)I
named startClient
Lnet/minecraft/server/command/ChaseCommand;startClient(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I
-