Class WorldArea
- java.lang.Object
-
- me.nurio.minecraft.worldareas.areas.WorldArea
-
- All Implemented Interfaces:
WorldAreaBarrier
public class WorldArea extends Object implements WorldAreaBarrier
Representation of a world area.
-
-
Constructor Summary
Constructors Constructor Description WorldArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInside(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, wait
-
Methods inherited from interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaBarrier
getBlocks, showBarrierTo, showBarrierTo
-
-