Class ZPlayerMaxHeartsReachedEvent
java.lang.Object
org.bukkit.event.Event
com.zetaplugins.lifestealz.events.ZEvent
com.zetaplugins.lifestealz.events.ZPlayerDeathEventBase
com.zetaplugins.lifestealz.events.death.ZPlayerMaxHeartsReachedEvent
- All Implemented Interfaces:
Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class com.zetaplugins.lifestealz.events.ZPlayerDeathEventBase
originalEvent
-
Constructor Summary
ConstructorsConstructorDescriptionZPlayerMaxHeartsReachedEvent
(PlayerDeathEvent originalEvent, Player killer, double maxHearts) -
Method Summary
Methods inherited from class com.zetaplugins.lifestealz.events.ZEvent
getHandlerList, getHandlers, isCancelled, setCancelled
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ZPlayerMaxHeartsReachedEvent
public ZPlayerMaxHeartsReachedEvent(PlayerDeathEvent originalEvent, Player killer, double maxHearts)
-