Class ArenaRegenerationStopEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.arena.ArenaRegenerationStopEvent
- All Implemented Interfaces:
- ArenaEvent
Gets called when an arena stopped or cancelled the regeneration
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructorsConstructorDescriptionArenaRegenerationStopEvent(Arena arena, @Nullable CommandSenderWrapper sender) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerList@Nullable CommandSenderReturns the person/sender who stopped it.@Nullable CommandSenderWrapperReturns the person/sender who stopped it.Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronousMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.marcely.bedwars.api.event.arena.ArenaEventgetArena
- 
Constructor Details- 
ArenaRegenerationStopEvent
 
- 
- 
Method Details- 
getSenderReturns the person/sender who stopped it.Can be nullif not a person (or e.g. nobody on this server) caused it.- Returns:
- The person/sender behind this
 
- 
getSenderWrappedReturns the person/sender who stopped it.May be nullif not a person caused it.- Returns:
- The person/sender behind this
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-