Package org.bukkit.event.raid
Class RaidFinishEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.world.WorldEvent
org.bukkit.event.raid.RaidEvent
org.bukkit.event.raid.RaidFinishEvent
This event is called when a
Raid
was complete with a clear result.-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
Returns an immutable list contains all winners.Methods inherited from class org.bukkit.event.world.WorldEvent
getWorld
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
RaidFinishEvent
-
-
Method Details
-
getWinners
Returns an immutable list contains all winners.
Note: Players who are considered as heroes but were not online at the end would not be included in this list.- Returns:
- winners
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-