Class TownPaysDeathPriceEvent
java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.deathprice.DeathPriceEvent
com.palmergames.bukkit.towny.event.deathprice.TownPaysDeathPriceEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Field Summary
Fields inherited from class com.palmergames.bukkit.towny.event.deathprice.DeathPriceEvent
amount, cancelled, deadResident, killer, payer
-
Constructor Summary
ConstructorDescriptionTownPaysDeathPriceEvent
(Account payer, double amount, Resident deadResident, org.bukkit.entity.Player killer, Town town) -
Method Summary
Methods inherited from class com.palmergames.bukkit.towny.event.deathprice.DeathPriceEvent
getAmount, getDeadResident, getHandlerList, getHandlers, getKiller, getPayer, isCancelled, isPVPDeath, setAmount, setCancelled
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Field Details
-
town
-
-
Constructor Details
-
TownPaysDeathPriceEvent
-
-
Method Details
-
getTown
- Returns:
- the town
-