Class CommandEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.CommandEvents.Internal
Enclosing class:
CommandEvents

@Internal public static class CommandEvents.Internal extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    post(net.neoforged.neoforge.event.RegisterCommandsEvent event)
     
    static void
    postClient(net.neoforged.neoforge.client.event.RegisterClientCommandsEvent event)
     
    static void
    register(net.neoforged.bus.api.IEventBus bus)
     

    Methods inherited from class Object

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

    • Internal

      public Internal()
  • Method Details

    • post

      public static void post(net.neoforged.neoforge.event.RegisterCommandsEvent event)
    • postClient

      public static void postClient(net.neoforged.neoforge.client.event.RegisterClientCommandsEvent event)
    • register

      public static void register(net.neoforged.bus.api.IEventBus bus)
    • clear

      public static void clear()