Package fr.rodofire.ewc.platform.event
Class NeoForgeCommandRegistrationEvent
java.lang.Object
fr.rodofire.ewc.platform.event.NeoForgeCommandRegistrationEvent
- All Implemented Interfaces:
IPlatformCommandRegistrationEvents
public class NeoForgeCommandRegistrationEvent
extends Object
implements IPlatformCommandRegistrationEvents
-
Nested Class Summary
Nested classes/interfaces inherited from interface fr.rodofire.ewc.platform.services.event.IPlatformCommandRegistrationEvents
IPlatformCommandRegistrationEvents.CommandRegistration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonRegisterCommands(net.neoforged.neoforge.event.RegisterCommandsEvent event) void
-
Constructor Details
-
NeoForgeCommandRegistrationEvent
public NeoForgeCommandRegistrationEvent()
-
-
Method Details
-
onRegisterCommands
public static void onRegisterCommands(net.neoforged.neoforge.event.RegisterCommandsEvent event) -
register
- Specified by:
registerin interfaceIPlatformCommandRegistrationEvents
-