类 DebugConfigCommand
java.lang.Object
net.minecraft.server.commands.DebugConfigCommand
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
config
(CommandSourceStack p_295666_, ServerPlayer p_294477_) private static ServerConfigurationPacketListenerImpl
findConfigPlayer
(MinecraftServer p_427394_, UUID p_427324_) getUuidsInConfig
(MinecraftServer p_294210_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_294998_, CommandBuildContext p_427272_) private static int
showDialog
(CommandSourceStack p_427433_, UUID p_427293_, Holder<Dialog> p_427499_) private static int
unconfig
(CommandSourceStack p_294216_, UUID p_296468_)
-
构造器详细资料
-
DebugConfigCommand
public DebugConfigCommand()
-
-
方法详细资料
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_294998_, CommandBuildContext p_427272_) -
getUuidsInConfig
-
config
-
findConfigPlayer
@Nullable private static ServerConfigurationPacketListenerImpl findConfigPlayer(MinecraftServer p_427394_, UUID p_427324_) -
unconfig
-
showDialog
private static int showDialog(CommandSourceStack p_427433_, UUID p_427293_, Holder<Dialog> p_427499_)
-