Class ConsoleDebugCommands
java.lang.Object
space.ranzeplay.saysth.neoforge.debug.ConsoleDebugCommands
NeoForge-specific console debug commands for the conversation handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInitialize the console handlerstatic voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-
Constructor Details
-
ConsoleDebugCommands
public ConsoleDebugCommands()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) -
initialize
public static void initialize()Initialize the console handler
-