Package io.papermc.paper.event.block
Class BeaconActivatedEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
io.papermc.paper.event.block.BeaconActivatedEvent
Called when a beacon is activated.
 Activation occurs when the beacon beam becomes visible.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.block.BlockEventblock
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the beacon that was activated.static @NotNull HandlerListMethods inherited from class org.bukkit.event.block.BlockEventgetBlockMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
BeaconActivatedEvent
 
- 
- 
Method Details- 
getBeaconReturns the beacon that was activated.- Returns:
- the beacon that was activated.
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-