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 SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListReturns an immutable list contains all winners.Methods inherited from class org.bukkit.event.world.WorldEventgetWorldMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
RaidFinishEvent
 
- 
- 
Method Details- 
getWinnersReturns 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:
- getHandlersin class- Event
 
- 
getHandlerList
 
-