Package net.minecraft.server.commands
Class ChaseCommand
java.lang.Object
net.minecraft.server.commands.ChaseCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static ChaseClient
private static ChaseServer
private static final String
private static final String
private static final int
static com.google.common.collect.BiMap<String,
ResourceKey<Level>> private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
alreadyRunning
(CommandSourceStack p_196090_) private static int
follow
(CommandSourceStack p_196092_, String p_196093_, int p_196094_) private static int
lead
(CommandSourceStack p_196084_, String p_196085_, int p_196086_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_196078_) private static int
stop
(CommandSourceStack p_196082_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DEFAULT_CONNECT_HOST
- See Also:
-
DEFAULT_BIND_ADDRESS
- See Also:
-
DEFAULT_PORT
private static final int DEFAULT_PORT- See Also:
-
BROADCAST_INTERVAL_MS
private static final int BROADCAST_INTERVAL_MS- See Also:
-
DIMENSION_NAMES
-
chaseServer
-
chaseClient
-
-
Constructor Details
-
ChaseCommand
public ChaseCommand()
-
-
Method Details
-
register
-
stop
-
alreadyRunning
-
lead
-
follow
-