Uses of Enum Class
net.risingworld.api.definitions.Objects.Axis
Packages that use Objects.Axis
-
Uses of Objects.Axis in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Objects.AxisModifier and TypeFieldDescriptionObjects.ObjectDefinition.invertibleaxes
Determines if this object can be flipped / inverted along certain axesObjects.ObjectDefinition.scaleaxisx
Determines in which direction(s) the elements will be resized if the player wants to resize it along xObjects.ObjectDefinition.scaleaxisy
Determines in which direction(s) the elements will be resized if the player wants to resize it along yObjects.ObjectDefinition.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 Objects.AxisModifier and TypeMethodDescriptionstatic Objects.Axis
Objects.Axis.get
(int value) static Objects.Axis
Returns the enum constant of this class with the specified name.static Objects.Axis[]
Objects.Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.