Interface Region

All Known Implementing Classes:
AbstractRegion, CuboidRegion, CylinderRegion, MergedRegion

public interface Region
  • Method Summary

    Modifier and Type
    Method
    Description
     
    A random uuid assigned to the Region at creation
    boolean
    isInRegion(org.bukkit.Location location)
     
  • Method Details

    • getUuid

      UUID getUuid()
      A random uuid assigned to the Region at creation
    • isInRegion

      boolean isInRegion(org.bukkit.Location location)
    • getChunks

      List<ChunkPos> getChunks()