Class CommandEvents.Internal
java.lang.Object
de.luckymcdev.foundryengine.common.event.CommandEvents.Internal
- Enclosing class:
CommandEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static voidpost(net.neoforged.neoforge.event.RegisterCommandsEvent event) static voidpostClient(net.neoforged.neoforge.client.event.RegisterClientCommandsEvent event) static voidregister(net.neoforged.bus.api.IEventBus bus)
-
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()
-