Class WorldArea
java.lang.Object
me.nurio.minecraft.worldareas.areas.WorldArea
- All Implemented Interfaces:
WorldAreaBarrier
Representation of a world area.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInside(org.bukkit.Location location) Checks if the provided locations is inside the world area blocks.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaBarrier
getBlocks, showBarrierTo, showBarrierTo
-
Constructor Details
-
WorldArea
public WorldArea()
-
-
Method Details
-
isInside
public boolean isInside(org.bukkit.Location location) Checks if the provided locations is inside the world area blocks.- Parameters:
location- Location to check if is inside.- Returns:
- true in case provided location is part of the world area.
-