Class NecrifyPreInitializationEvent
java.lang.Object
de.jvstvshd.necrify.api.event.NecrifyEvent
de.jvstvshd.necrify.api.event.state.NecrifyStateEvent
de.jvstvshd.necrify.api.event.state.NecrifyPreInitializationEvent
This event signals that the necrify api on the underlying platform is about to be initialized. At this point, the api
may be available partially (e.g. this event system), but many features, particularly punishment and user management,
are not available yet.
- Since:
- 1.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class NecrifyStateEvent
NecrifyStateEvent.State -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NecrifyStateEvent
getStateMethods inherited from class NecrifyEvent
cancel, getName, getOrigin, setOrigin
-
Constructor Details
-
NecrifyPreInitializationEvent
public NecrifyPreInitializationEvent()
-