Class FoundryCommandsClient
java.lang.Object
de.luckymcdev.foundryengine.client.command.FoundryCommandsClient
Registers commands that reference client-only classes (e.g. Minecraft, Screen).
This class is only loaded on the physical client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterAll(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext context)
-
Constructor Details
-
FoundryCommandsClient
public FoundryCommandsClient()
-
-
Method Details
-
registerAll
public static void registerAll(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext context)
-