Uses of Enum Class
com.plotsquared.core.plot.PlotAreaTerrainType
Package
Description
-
Uses of PlotAreaTerrainType in com.plotsquared.core.configuration
Modifier and TypeMethodDescriptionstatic PlotAreaTerrainType
ConfigurationUtil.getTerrain
(ConfigurationSection config) -
Uses of PlotAreaTerrainType in com.plotsquared.core.plot
Modifier and TypeMethodDescriptionPlotArea.getTerrain()
static PlotAreaTerrainType
Returns the enum constant of this class with the specified name.static PlotAreaTerrainType[]
PlotAreaTerrainType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<PlotAreaTerrainType>
PlotAreaTerrainType.fromLegacyInt
(int typeId) Deprecated.static Optional<PlotAreaTerrainType>
PlotAreaTerrainType.fromString
(String typeString) Modifier and TypeMethodDescriptionvoid
PlotArea.setTerrain
(PlotAreaTerrainType terrain) Set the terrain generation type of this plot area. -
Uses of PlotAreaTerrainType in com.plotsquared.core.setup