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 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.