Class BlockIgniteDomainEvent

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

    public final class BlockIgniteDomainEvent
    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
      BlockIgniteDomainEvent​(work.torp.domain.domainblock.DomainBlock domainBlock, org.bukkit.block.Block block, org.bukkit.event.block.BlockIgniteEvent.IgniteCause igniteCause, org.bukkit.entity.Player player)
      BlockIgniteDomainEvent This event is called when a block is broken
    • Constructor Detail

      • BlockIgniteDomainEvent

        public BlockIgniteDomainEvent​(work.torp.domain.domainblock.DomainBlock domainBlock,
                                      org.bukkit.block.Block block,
                                      org.bukkit.event.block.BlockIgniteEvent.IgniteCause igniteCause,
                                      org.bukkit.entity.Player player)
        BlockIgniteDomainEvent This event is called when a block is broken
        Parameters:
        domainBlock - The domain block where the block is being broken
        block - The block that is being broken
        igniteCause - Cause of the fire ignition
        player - The player that ignited the fire (if applicable)
    • 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