Uses of Class
net.minecraft.util.math.vector.Orientation
-
Packages that use Orientation Package Description net.minecraft.client.renderer.model net.minecraft.util net.minecraft.util.math.vector -
-
Uses of Orientation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as Orientation Modifier and Type Field Description private OrientationModelRotation. actualRotation -
Uses of Orientation in net.minecraft.util
Fields in net.minecraft.util declared as Orientation Modifier and Type Field Description private OrientationMirror. rotationprivate OrientationRotation. rotationMethods in net.minecraft.util that return Orientation Modifier and Type Method Description OrientationMirror. rotation()OrientationRotation. rotation()Constructors in net.minecraft.util with parameters of type Orientation Constructor Description Mirror(Orientation p_i241181_3_)Rotation(Orientation p_i231796_3_) -
Uses of Orientation in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Orientation Modifier and Type Field Description private static Orientation[][]Orientation. cayleyTableprivate static Orientation[]Orientation. inverseTableMethods in net.minecraft.util.math.vector that return Orientation Modifier and Type Method Description OrientationOrientation. compose(Orientation p_235527_1_)static OrientationOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Orientation[]Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util.math.vector with parameters of type Orientation Modifier and Type Method Description OrientationOrientation. compose(Orientation p_235527_1_)
-