Klasse CommandEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.CommandEvents.Internal
Umschließende Klasse:
CommandEvents

@Internal public static class CommandEvents.Internal extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    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)
     

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • Internal

      public Internal()
  • Methodendetails

    • 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()