Uses of Enum Class
com.plotsquared.core.plot.PlotAreaType
Packages that use PlotAreaType
Package
Description
-
Uses of PlotAreaType in com.plotsquared.core.configuration
Methods in com.plotsquared.core.configuration that return PlotAreaTypeModifier and TypeMethodDescriptionstatic PlotAreaTypeConfigurationUtil.getType(ConfigurationSection config) -
Uses of PlotAreaType in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotAreaTypeModifier and TypeMethodDescriptionPlotArea.getType()static PlotAreaTypeReturns the enum constant of this class with the specified name.static PlotAreaType[]PlotAreaType.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 PlotAreaTypeModifier and TypeMethodDescriptionstatic Optional<PlotAreaType>PlotAreaType.fromLegacyInt(int typeId) Deprecated.static Optional<PlotAreaType>PlotAreaType.fromString(String typeName) static Map<PlotAreaType,Caption> PlotAreaType.getDescriptionMap()Methods in com.plotsquared.core.plot with parameters of type PlotAreaTypeModifier and TypeMethodDescriptionvoidPlotArea.setType(PlotAreaType type) Set the type of this plot area. -
Uses of PlotAreaType in com.plotsquared.core.setup
Methods in com.plotsquared.core.setup that return PlotAreaTypeMethods in com.plotsquared.core.setup with parameters of type PlotAreaTypeModifier and TypeMethodDescriptionPlotAreaBuilder.plotAreaType(@NotNull PlotAreaType plotAreaType)