Package com.plotsquared.core.plot.world
Class StandardPlotWorld
java.lang.Object
com.plotsquared.core.plot.PlotWorld
com.plotsquared.core.plot.world.StandardPlotWorld
Ordinary plot world with a single plot area
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the plot area that contains the given location, or null if the location is not a part of a plot area.getAreas()
Get all plot areas in the worldgetAreasInRegion
(@NonNull CuboidRegion region) Get all plot areas in a specified region
-
Constructor Details
-
StandardPlotWorld
-
-
Method Details
-
getArea
Description copied from class:PlotWorld
Get the plot area that contains the given location, or null if the location is not a part of a plot area. -
getAreas
Description copied from class:PlotWorld
Get all plot areas in the world -
getAreasInRegion
Description copied from class:PlotWorld
Get all plot areas in a specified region- Specified by:
getAreasInRegion
in classPlotWorld
- Parameters:
region
- Region- Returns:
- All areas in the region
-