Class ArenaPropertyChangeEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.arena.ArenaPropertyChangeEvent
- All Implemented Interfaces:
- ArenaEvent
Gets called whenever a property of an arena has changed.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumSome properties of the arena.Nested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructorsConstructorDescriptionArenaPropertyChangeEvent(Arena arena, ArenaPropertyChangeEvent.Property property) 
- 
Method SummaryModifier and TypeMethodDescriptiongetArena()Returns theArenathat is involved in this event.static HandlerListGets the property that has changed.Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
ArenaPropertyChangeEvent
 
- 
- 
Method Details- 
getArenaDescription copied from interface:ArenaEventReturns theArenathat is involved in this event.- Specified by:
- getArenain interface- ArenaEvent
- Returns:
- The arena that is involved
 
- 
getPropertyGets the property that has changed.- Returns:
- The involved property
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-