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 Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.block.BlockEvent
block
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the beacon that was activated.static @NotNull HandlerList
Methods inherited from class org.bukkit.event.block.BlockEvent
getBlock
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
BeaconActivatedEvent
-
-
Method Details
-
getBeacon
Returns the beacon that was activated.- Returns:
- the beacon that was activated.
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-