Package net.minecraft.server.commands
Class ChaseCommand
java.lang.Object
net.minecraft.server.commands.ChaseCommand
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static ChaseClientprivate static ChaseServerprivate static final Stringprivate static final Stringprivate static final intstatic com.google.common.collect.BiMap<String,ResourceKey<Level>> private static final org.slf4j.Logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanalreadyRunning(CommandSourceStack p_196090_) private static intfollow(CommandSourceStack p_196092_, String p_196093_, int p_196094_) private static intlead(CommandSourceStack p_196084_, String p_196085_, int p_196086_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_196078_) private static intstop(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
 
 -