Package dev.boze.api.event
Class EventTick.Post
java.lang.Object
dev.boze.api.event.EventTick
dev.boze.api.event.EventTick.Post
- Enclosing class:
EventTick
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.boze.api.event.EventTick
EventTick.Post, EventTick.Pre
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventTick.Post
get()
Gets the event instance - this is called at the end of a tick by Boze, and should not be called by addons
-
Constructor Details
-
Post
public Post()
-
-
Method Details
-
get
Gets the event instance - this is called at the end of a tick by Boze, and should not be called by addons- Returns:
- The event instance
-