Class ModCommands

java.lang.Object
de.teamlapen.werewolves.core.ModCommands

public class ModCommands extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    registerCommands(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • COMMAND_ARGUMENT_TYPES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,?>> COMMAND_ARGUMENT_TYPES
    • WEREWOLF_FORM

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,?>> WEREWOLF_FORM
  • Constructor Details

    • ModCommands

      public ModCommands()
  • Method Details

    • registerCommands

      public static void registerCommands(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)