Interface Region
- All Known Implementing Classes:
- Cuboid
public interface Region
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisInRegion(org.bukkit.Location location) Check if location is in region.booleanCheck if is a protected region.
- 
Method Details- 
isInRegionboolean isInRegion(org.bukkit.Location location) Check if location is in region.
- 
isProtectedboolean isProtected()Check if is a protected region.
 
-