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.stageCurrent plant stage (default, dead, growing, sapling etc)Methods in net.risingworld.api.definitions that return Plants.StageModifier and TypeMethodDescriptionstatic Plants.StagePlants.Stage.get(int value) static Plants.StageReturns 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.