Uses of Enum Class
net.risingworld.api.definitions.Plants.Stage
-
Uses of Plants.Stage in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionPlants.PlantDefinition.stage
Current plant stage (default, dead, growing, sapling etc)Modifier and TypeMethodDescriptionstatic Plants.Stage
Plants.Stage.get
(int value) static Plants.Stage
Returns the enum constant of this class with the specified name.static Plants.Stage[]
Plants.Stage.values()
Returns an array containing the constants of this enum class, in the order they are declared.