Class TownyDamageEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.damage.TownyDamageEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable
Direct Known Subclasses:
TownyDispenserDamageEntityEvent, TownyExplosionDamagesEntityEvent, TownyPlayerDamageEntityEvent, TownyPlayerDamagePlayerEvent

public abstract class TownyDamageEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
Author:
LlmDl
  • Nested Class Summary Link icon

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

    org.bukkit.event.Event.Result
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected final org.bukkit.event.entity.EntityDamageEvent.DamageCause
     
    protected final org.bukkit.entity.Entity
     
    protected final org.bukkit.Location
     
    protected String
     
    protected final TownBlock
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    TownyDamageEvent(org.bukkit.Location loc, org.bukkit.entity.Entity entity, org.bukkit.event.entity.EntityDamageEvent.DamageCause cause, TownBlock townblock, boolean cancelled)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.bukkit.event.entity.EntityDamageEvent.DamageCause
    DamageCause of damage.
    org.bukkit.entity.Entity
     
    org.bukkit.Location
     
     
    @Nullable Town
    The Town where the damage has happened.
    @Nullable TownBlock
    The TownBlock this action occured in, or null if in the wilderness.
    boolean
    Did this action occur inside of a town's townblock?
    boolean
    Whether the event has been cancelled.
    boolean
    Did this action occur in the wilderness?
    void
    setCancelled(boolean cancel)
    Set the event to cancelled.
    void
    setMessage(String message)
     

    Methods inherited from class org.bukkit.event.Event Link icon

    getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • entity Link icon

      protected final org.bukkit.entity.Entity entity
    • loc Link icon

      protected final org.bukkit.Location loc
    • cause Link icon

      protected final org.bukkit.event.entity.EntityDamageEvent.DamageCause cause
    • townblock Link icon

      protected final TownBlock townblock
    • cancelled Link icon

      protected boolean cancelled
    • message Link icon

      protected String message
  • Constructor Details Link icon

    • TownyDamageEvent Link icon

      public TownyDamageEvent(org.bukkit.Location loc, org.bukkit.entity.Entity entity, org.bukkit.event.entity.EntityDamageEvent.DamageCause cause, TownBlock townblock, boolean cancelled)
  • Method Details Link icon

    • isCancelled Link icon

      public boolean isCancelled()
      Whether the event has been cancelled.
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled Link icon

      public void setCancelled(boolean cancel)
      Set the event to cancelled. False meaning damage, True meaning damage will be prevented.
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
    • getTown Link icon

      @Nullable public @Nullable Town getTown()
      The Town where the damage has happened.
      Returns:
      town or null;
    • getLocation Link icon

      public org.bukkit.Location getLocation()
      Returns:
      Location of the entity being damaged.
    • getEntity Link icon

      public org.bukkit.entity.Entity getEntity()
      Returns:
      Entity being damaged.
    • getTownBlock Link icon

      @Nullable public @Nullable TownBlock getTownBlock()
      The TownBlock this action occured in, or null if in the wilderness.
      Returns:
      TownBlock or null.
    • isInWilderness Link icon

      public boolean isInWilderness()
      Did this action occur in the wilderness?
      Returns:
      return true if this was in the wilderness.
    • hasTownBlock Link icon

      public boolean hasTownBlock()
      Did this action occur inside of a town's townblock?
      Returns:
      true if this has a townblock.
    • getMessage Link icon

      public String getMessage()
      Returns:
      cancellation message shown when the damage is cancelled.
    • setMessage Link icon

      public void setMessage(String message)
      Parameters:
      message - Message shown when the damage is cancelled.
    • getCause Link icon

      public org.bukkit.event.entity.EntityDamageEvent.DamageCause getCause()
      DamageCause of damage.
      Returns:
      DamageCause.