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.invertibleaxesDetermines if this object can be flipped / inverted along certain axesObjects.ObjectDefinition.rotationaxesDetermines along which axes this object can be rotated (in survival mode)Objects.ObjectDefinition.scaleaxisxDetermines in which direction(s) the elements will be resized if the player wants to resize it along xObjects.ObjectDefinition.scaleaxisyDetermines in which direction(s) the elements will be resized if the player wants to resize it along yObjects.ObjectDefinition.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 Objects.AxisModifier and TypeMethodDescriptionstatic Objects.AxisObjects.Axis.get(int value) static Objects.AxisReturns 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.