Class TownUnclaimEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.town.TownUnclaimEvent

public class TownUnclaimEvent extends org.bukkit.event.Event
This event fires after a TownBlock has been unclaimed and stores the WorldCoord

If you need to cancel the unclaim process, please use TownPreUnclaimEvent.

  • Constructor Details Link icon

    • TownUnclaimEvent Link icon

      public TownUnclaimEvent(Town town, WorldCoord worldCoord, boolean isOverClaim)
  • Method Details Link icon

    • getHandlers Link icon

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList Link icon

      public static org.bukkit.event.HandlerList getHandlerList()
    • isOverClaim Link icon

      public boolean isOverClaim()
      Whether the unclaim has resulted from takeoverclaim.
      Returns:
      true if the unclaim resulted from /t takeoverclaim.
    • getTown Link icon

      @Nullable public @Nullable Town getTown()
      Returns:
      Town which is unclaiming land.
    • getWorldCoord Link icon

      public WorldCoord getWorldCoord()
      Gets the unclaimed WorldCoord.
      Returns:
      The WorldCoord unclaimed.