Klasse FoundryCommandsClient

java.lang.Object
de.luckymcdev.foundryengine.client.command.FoundryCommandsClient

public class FoundryCommandsClient extends Object
Registers commands that reference client-only classes (e.g. Minecraft, Screen). This class is only loaded on the physical client.
  • Konstruktordetails

    • FoundryCommandsClient

      public FoundryCommandsClient()
  • Methodendetails

    • registerAll

      public static void registerAll(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext context)