Class BeaconActivatedEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
io.papermc.paper.event.block.BeaconActivatedEvent

@NullMarked public class BeaconActivatedEvent extends BlockEvent
Called when a beacon is activated. Activation occurs when the beacon beam becomes visible.
  • Constructor Details

    • BeaconActivatedEvent

      @Internal public BeaconActivatedEvent(Block block)
  • Method Details

    • getBeacon

      public Beacon getBeacon()
      Returns the beacon that was activated.
      Returns:
      the beacon that was activated.
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      public static HandlerList getHandlerList()