Uses of Enum Class
net.risingworld.api.definitions.Plants.Stage
Packages that use Plants.Stage
-
Uses of Plants.Stage in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Plants.StageModifier and TypeFieldDescriptionPlants.PlantDefinition.stage
Current plant stage (default, dead, growing, sapling etc)Methods in net.risingworld.api.definitions that return Plants.StageModifier 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.