net.minecraft.server.command

public class ChaseCommand

net.minecraft.server.commands.ChaseCommand
net.minecraft.class_6634
net.minecraft.server.command.ChaseCommand

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_44981
LOGGER
private static final String
DEFAULT_CONNECT_HOST
field_35000
LOCALHOST
private static final String
DEFAULT_BIND_ADDRESS
field_35001
BIND_ALL
private static final int
DEFAULT_PORT
field_35002
DEFAULT_PORT
private static final int
BROADCAST_INTERVAL_MS
field_35003
INTERVAL
public static final com.google.common.collect.BiMap<String, RegistryKey<World>>
DIMENSION_NAMES
field_34999
DIMENSIONS
private static ChaseServer
chaseServer
field_35004
server
private static ChaseClient
chaseClient
field_35005
client

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_38770(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
stop(CommandSourceStack source)
method_38772(class_2168 arg0)
stop(ServerCommandSource source)
private static boolean
alreadyRunning(CommandSourceStack source)
method_38775(class_2168 arg0)
isRunning(ServerCommandSource source)
private static int
lead(CommandSourceStack source, String serverBindAddress, int port)
method_38773(class_2168 arg0, String arg1, int arg2)
startServer(ServerCommandSource source, String ip, int port)
private static int
follow(CommandSourceStack source, String host, int port)
method_38776(class_2168 arg0, String arg1, int arg2)
startClient(ServerCommandSource source, String ip, int port)
private static Text
lambda$follow$0(String arg0, int arg1)
method_51934(String arg0, int arg1)
method_51934(String arg0, int arg1)
private static Text
lambda$lead$0(int arg0)
method_51933(int arg0)
method_51933(int arg0)
private static Text
lambda$stop$1()
method_51932()
method_51932()
private static Text
lambda$stop$0()
method_51935()
method_51935()
private static int
lambda$register$6(com.mojang.brigadier.context.CommandContext arg0)
method_38771(com.mojang.brigadier.context.CommandContext arg0)
method_38771(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$5(com.mojang.brigadier.context.CommandContext arg0)
method_38774(com.mojang.brigadier.context.CommandContext arg0)
method_38774(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$4(com.mojang.brigadier.context.CommandContext arg0)
method_38777(com.mojang.brigadier.context.CommandContext arg0)
method_38777(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_38778(com.mojang.brigadier.context.CommandContext arg0)
method_38778(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_38779(com.mojang.brigadier.context.CommandContext arg0)
method_38779(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_38780(com.mojang.brigadier.context.CommandContext arg0)
method_38780(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_38781(com.mojang.brigadier.context.CommandContext arg0)
method_38781(com.mojang.brigadier.context.CommandContext context)