Class BlockBurnDomainEvent

  • All Implemented Interfaces:
    org.bukkit.event.Cancellable

    public final class BlockBurnDomainEvent
    extends BaseBlock
    implements org.bukkit.event.Cancellable
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bukkit.event.Event

        org.bukkit.event.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockBurnDomainEvent​(org.bukkit.block.Block block)
      BlockBurnDomainEvent This event is called when a block burns in a Domain field
    • Constructor Detail

      • BlockBurnDomainEvent

        public BlockBurnDomainEvent​(org.bukkit.block.Block block)
        BlockBurnDomainEvent This event is called when a block burns in a Domain field
        Parameters:
        block - The block that is burning
    • Method Detail

      • getCancelReason

        public java.lang.String getCancelReason()
      • setCancelReason

        public void setCancelReason​(java.lang.String cancelReason)
      • isCancelled

        public boolean isCancelled()
        Specified by:
        isCancelled in interface org.bukkit.event.Cancellable
      • setCancelled

        public void setCancelled​(boolean cancel)
        Specified by:
        setCancelled in interface org.bukkit.event.Cancellable