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
public class RaidFinishEvent extends RaidEvent
This event is called when a
Raid
was complete with a clear result.-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description RaidFinishEvent(Raid raid, World world, List<Player> winners)
-
Method Summary
Modifier and Type Method Description static HandlerList
getHandlerList()
HandlerList
getHandlers()
List<Player>
getWinners()
Returns an immutable list contains all winners.
-
Constructor Details
-
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
-