Uses of Enum Class
com.plotsquared.core.plot.PlotAreaTerrainType
Packages that use PlotAreaTerrainType
Package
Description
-
Uses of PlotAreaTerrainType in com.plotsquared.core.configuration
Methods in com.plotsquared.core.configuration that return PlotAreaTerrainTypeModifier and TypeMethodDescriptionstatic PlotAreaTerrainTypeConfigurationUtil.getTerrain(ConfigurationSection config) -
Uses of PlotAreaTerrainType in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotAreaTerrainTypeModifier and TypeMethodDescriptionPlotArea.getTerrain()static PlotAreaTerrainTypeReturns 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.Methods in com.plotsquared.core.plot that return types with arguments of type PlotAreaTerrainTypeModifier and TypeMethodDescriptionstatic Optional<PlotAreaTerrainType>PlotAreaTerrainType.fromLegacyInt(int typeId) Deprecated.static Optional<PlotAreaTerrainType>PlotAreaTerrainType.fromString(String typeString) Methods in com.plotsquared.core.plot with parameters of type PlotAreaTerrainTypeModifier and TypeMethodDescriptionvoidPlotArea.setTerrain(PlotAreaTerrainType terrain) Set the terrain generation type of this plot area. -
Uses of PlotAreaTerrainType in com.plotsquared.core.setup
Methods in com.plotsquared.core.setup that return PlotAreaTerrainTypeMethods in com.plotsquared.core.setup with parameters of type PlotAreaTerrainType