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.pivotaxisflip
Constructions.ConstructionDefinition.rowplacement
Determines if this element can be placed in a row (defines which axes are supported)Constructions.ConstructionDefinition.scaleaxisx
Determines in which direction(s) the elements will be resized if the player wants to resize it along xConstructions.ConstructionDefinition.scaleaxisy
Determines in which direction(s) the elements will be resized if the player wants to resize it along yConstructions.ConstructionDefinition.scaleaxisz
Determines 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.Axis
Constructions.Axis.get
(int value) static Constructions.Axis
Returns 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.