Uses of Enum Class
net.risingworld.api.definitions.Constructions.Axis
Packages that use Constructions.Axis
-
Uses of Constructions.Axis in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Constructions.AxisModifier and TypeFieldDescriptionConstructions.ConstructionDefinition.pivotaxisflipConstructions.ConstructionDefinition.rowplacementDetermines if this element can be placed in a row (defines which axes are supported)Constructions.ConstructionDefinition.scaleaxisxDetermines in which direction(s) the elements will be resized if the player wants to resize it along xConstructions.ConstructionDefinition.scaleaxisyDetermines in which direction(s) the elements will be resized if the player wants to resize it along yConstructions.ConstructionDefinition.scaleaxiszDetermines in which direction(s) the elements will be resized if the player wants to resize it along zMethods in net.risingworld.api.definitions that return Constructions.AxisModifier and TypeMethodDescriptionstatic Constructions.AxisConstructions.Axis.get(int value) static Constructions.AxisReturns the enum constant of this class with the specified name.static Constructions.Axis[]Constructions.Axis.values()Returns an array containing the constants of this enum class, in the order they are declared.