Package net.minecraft.server.command
Class ChaseCommand
java.lang.Object
net.minecraft.server.command.ChaseCommand
- Mappings:
Namespace Name official zxintermediary net/minecraft/class_6634named net/minecraft/server/command/ChaseCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static @Nullable ChaseClientstatic BiMap<String,RegistryKey<World>> private static final Stringprivate static final Stringprivate static final intprivate static final intprivate static @Nullable ChaseServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanisRunning(ServerCommandSource source) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static intstartClient(ServerCommandSource source, String ip, int port) private static intstartServer(ServerCommandSource source, String ip, int port) private static intstop(ServerCommandSource source)
-
Field Details
-
field_35000
- See Also:
- Mappings:
Namespace Name Mixin selector official bLzx;b:Ljava/lang/String;intermediary field_35000Lnet/minecraft/class_6634;field_35000:Ljava/lang/String;named field_35000Lnet/minecraft/server/command/ChaseCommand;field_35000:Ljava/lang/String;
-
field_35001
- See Also:
- Mappings:
Namespace Name Mixin selector official cLzx;c:Ljava/lang/String;intermediary field_35001Lnet/minecraft/class_6634;field_35001:Ljava/lang/String;named field_35001Lnet/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 dLzx;d:Iintermediary field_35002Lnet/minecraft/class_6634;field_35002:Inamed field_35002Lnet/minecraft/server/command/ChaseCommand;field_35002:I
-
field_35003
private static final int field_35003- See Also:
- Mappings:
Namespace Name Mixin selector official eLzx;e:Iintermediary field_35003Lnet/minecraft/class_6634;field_35003:Inamed field_35003Lnet/minecraft/server/command/ChaseCommand;field_35003:I
-
DIMENSIONS
- Mappings:
Namespace Name Mixin selector official aLzx;a:Lcom/google/common/collect/BiMap;intermediary field_34999Lnet/minecraft/class_6634;field_34999:Lcom/google/common/collect/BiMap;named DIMENSIONSLnet/minecraft/server/command/ChaseCommand;DIMENSIONS:Lcom/google/common/collect/BiMap;
-
server
- Mappings:
Namespace Name Mixin selector official fLzx;f:Lzp;intermediary field_35004Lnet/minecraft/class_6634;field_35004:Lnet/minecraft/class_6632;named serverLnet/minecraft/server/command/ChaseCommand;server:Lnet/minecraft/server/chase/ChaseServer;
-
client
- Mappings:
Namespace Name Mixin selector official gLzx;g:Lzo;intermediary field_35005Lnet/minecraft/class_6634;field_35005:Lnet/minecraft/class_6630;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 aLzx;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_38770Lnet/minecraft/class_6634;method_38770(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/ChaseCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
stop
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ldm;)Iintermediary method_38772Lnet/minecraft/class_6634;method_38772(Lnet/minecraft/class_2168;)Inamed stopLnet/minecraft/server/command/ChaseCommand;stop(Lnet/minecraft/server/command/ServerCommandSource;)I
-
isRunning
- Mappings:
Namespace Name Mixin selector official bLzx;b(Ldm;)Zintermediary method_38775Lnet/minecraft/class_6634;method_38775(Lnet/minecraft/class_2168;)Znamed isRunningLnet/minecraft/server/command/ChaseCommand;isRunning(Lnet/minecraft/server/command/ServerCommandSource;)Z
-
startServer
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ldm;Ljava/lang/String;I)Iintermediary method_38773Lnet/minecraft/class_6634;method_38773(Lnet/minecraft/class_2168;Ljava/lang/String;I)Inamed startServerLnet/minecraft/server/command/ChaseCommand;startServer(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I
-
startClient
- Mappings:
Namespace Name Mixin selector official bLzx;b(Ldm;Ljava/lang/String;I)Iintermediary method_38776Lnet/minecraft/class_6634;method_38776(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
-