Class LandChunkClaimEvent

java.lang.Object
org.bukkit.event.Event
su.nightexpress.excellentclaims.api.event.land.LandChunkClaimEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

@NullMarked public class LandChunkClaimEvent extends org.bukkit.event.Event 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
    LandChunkClaimEvent(org.bukkit.entity.Player player, org.bukkit.World world, su.nightexpress.nightcore.util.geodata.pos.ChunkPos chunkPos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.Chunk
     
    su.nightexpress.nightcore.util.geodata.pos.ChunkPos
     
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    org.bukkit.entity.Player
     
    org.bukkit.World
     
    boolean
     
    void
    setCancelled(boolean cancelled)
     

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LandChunkClaimEvent

      public LandChunkClaimEvent(org.bukkit.entity.Player player, org.bukkit.World world, su.nightexpress.nightcore.util.geodata.pos.ChunkPos chunkPos)
  • Method Details

    • getChunk

      public org.bukkit.Chunk getChunk()
    • getPlayer

      public org.bukkit.entity.Player getPlayer()
    • getWorld

      public org.bukkit.World getWorld()
    • getChunkPos

      public su.nightexpress.nightcore.util.geodata.pos.ChunkPos getChunkPos()
    • isCancelled

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

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

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

      public static org.bukkit.event.HandlerList getHandlerList()