Package pers.neige.neigeitems.event
Class BasicEvent
-
- All Implemented Interfaces:
public class BasicEvent extends Event
-
-
Field Summary
Fields Modifier and Type Field Description public final static HandlerList
handlers
-
Constructor Summary
Constructors Constructor Description BasicEvent()
-
Method Summary
Modifier and Type Method Description HandlerList
getHandlers()
static HandlerList
getHandlerList()
boolean
call()
-
-
Method Detail
-
getHandlers
@NonNull() HandlerList getHandlers()
-
getHandlerList
@NonNull() static HandlerList getHandlerList()
-
call
boolean call()
-
-
-
-