Package net.minecraft.server.commands
Class ChaseCommand
java.lang.Object
net.minecraft.server.commands.ChaseCommand
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
DEFAULT_CONNECT_HOST- See Also:
 
- 
DEFAULT_BIND_ADDRESS- See Also:
 
- 
DEFAULT_PORTprivate static final int DEFAULT_PORT- See Also:
 
- 
BROADCAST_INTERVAL_MSprivate static final int BROADCAST_INTERVAL_MS- See Also:
 
- 
DIMENSION_NAMES
- 
chaseServer
- 
chaseClient
 
- 
- 
Constructor Details- 
ChaseCommandpublic ChaseCommand()
 
- 
- 
Method Details- 
register
- 
stop
- 
alreadyRunning
- 
lead
- 
follow
 
-