Class ZEvent
java.lang.Object
org.bukkit.event.Event
com.zetaplugins.lifestealz.events.ZEvent
- All Implemented Interfaces:
Cancellable
- Direct Known Subclasses:
ZPlayerDeathEventBase
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
boolean
void
setCancelled
(boolean cancelled) Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ZEvent
public ZEvent() -
ZEvent
public ZEvent(boolean isAsync)
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelled
in interfaceCancellable
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-