Class ChunkClaimEvent

java.lang.Object
org.bukkit.event.Event
tfagaming.projects.minecraft.homestead.api.events.APIEvent
tfagaming.projects.minecraft.homestead.api.events.ChunkClaimEvent

public class ChunkClaimEvent extends APIEvent
  • Nested Class Summary

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

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChunkClaimEvent(@NotNull Region region, @NotNull org.bukkit.Chunk chunk)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.Chunk
     
    @NotNull Region
     

    Methods inherited from class tfagaming.projects.minecraft.homestead.api.events.APIEvent

    getHandlers

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • ChunkClaimEvent

      public ChunkClaimEvent(@NotNull @NotNull Region region, @NotNull @NotNull org.bukkit.Chunk chunk)
  • Method Details

    • getChunk

      @NotNull public @NotNull org.bukkit.Chunk getChunk()
    • getRegion

      @NotNull public @NotNull Region getRegion()