Uses of Enum Class
ua.mcchickenstudio.opencreative.planets.PlanetInfo.Category
Packages that use PlanetInfo.Category
Package
Description
-
Uses of PlanetInfo.Category in ua.mcchickenstudio.opencreative.planets
Subclasses with type arguments of type PlanetInfo.Category in ua.mcchickenstudio.opencreative.planetsMethods in ua.mcchickenstudio.opencreative.planets that return PlanetInfo.CategoryModifier and TypeMethodDescriptionPlanetInfo.getCategory()Returns category of planet.static PlanetInfo.CategoryReturns the enum constant of this class with the specified name.static PlanetInfo.Category[]PlanetInfo.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.planets with parameters of type PlanetInfo.CategoryModifier and TypeMethodDescriptionvoidPlanetInfo.setCategory(PlanetInfo.Category category) Sets category of planet, that will be displayed in worlds browser menu.