Package com.nexomc.nexo.api.events
Class NexoMechanicsRegisteredEvent
-
- All Implemented Interfaces:
public final class NexoMechanicsRegisteredEvent extends Event
This event is called when all native mechanics are registered. Useful to register your own mechanics, and re-register on reloads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NexoMechanicsRegisteredEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static NexoMechanicsRegisteredEvent.Companion
Companion
-
Constructor Summary
Constructors Constructor Description NexoMechanicsRegisteredEvent()
-
Method Summary
Modifier and Type Method Description HandlerList
getHandlers()
-
-
Method Detail
-
getHandlers
HandlerList getHandlers()
-
-
-
-