Class BlockGrowDomainEvent

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

    public final class BlockGrowDomainEvent
    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
      BlockGrowDomainEvent​(org.bukkit.block.Block block)
      BlockGrowDomainEvent This event is called when a block grows in a Domain field
    • Constructor Detail

      • BlockGrowDomainEvent

        public BlockGrowDomainEvent​(org.bukkit.block.Block block)
        BlockGrowDomainEvent This event is called when a block grows in a Domain field
        Parameters:
        block - The block that is growing
    • 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