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 Orientation
ModelRotation. actualRotation
-
Uses of Orientation in net.minecraft.util
Fields in net.minecraft.util declared as Orientation Modifier and Type Field Description private Orientation
Mirror. rotation
private Orientation
Rotation. rotation
Methods in net.minecraft.util that return Orientation Modifier and Type Method Description Orientation
Mirror. rotation()
Orientation
Rotation. 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. cayleyTable
private static Orientation[]
Orientation. inverseTable
Methods in net.minecraft.util.math.vector that return Orientation Modifier and Type Method Description Orientation
Orientation. compose(Orientation p_235527_1_)
static Orientation
Orientation. 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 Orientation
Orientation. compose(Orientation p_235527_1_)
-