Interface Region

All Known Implementing Classes:
Cuboid

public interface Region
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isInRegion(org.bukkit.Location location)
    Check if location is in region.
    boolean
    Check if is a protected region.
  • Method Details

    • isInRegion

      boolean isInRegion(org.bukkit.Location location)
      Check if location is in region.
    • isProtected

      boolean isProtected()
      Check if is a protected region.