Package com.nexomc.nexo.api.events
Class NexoMechanicsRegisteredEvent
-
- All Implemented Interfaces:
public final class NexoMechanicsRegisteredEvent extends EventThis 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 classNexoMechanicsRegisteredEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static NexoMechanicsRegisteredEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoMechanicsRegisteredEvent()
-
Method Summary
Modifier and Type Method Description HandlerListgetHandlers()-
-
Method Detail
-
getHandlers
HandlerList getHandlers()
-
-
-
-