Package net.minecraft.server.commands
Class DebugConfigCommand
java.lang.Object
net.minecraft.server.commands.DebugConfigCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intconfig(CommandSourceStack pSource, ServerPlayer pTarget) private static @Nullable ServerConfigurationPacketListenerImplfindConfigPlayer(MinecraftServer pServer, UUID pTarget) getUuidsInConfig(MinecraftServer pServer) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) private static intshowDialog(CommandSourceStack pSource, UUID pTarget, Holder<Dialog> pDialog) private static intunconfig(CommandSourceStack pSource, UUID pTarget)
-
Constructor Details
-
DebugConfigCommand
public DebugConfigCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher, CommandBuildContext pContext) -
getUuidsInConfig
-
config
-
findConfigPlayer
private static @Nullable ServerConfigurationPacketListenerImpl findConfigPlayer(MinecraftServer pServer, UUID pTarget) -
unconfig
-
showDialog
-