Uses of Enum Class
net.minecraft.util.math.vector.Orientation
Packages that use Orientation
Package
Description
-
Uses of Orientation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as Orientation -
Uses of Orientation in net.minecraft.util
Fields in net.minecraft.util declared as OrientationModifier and TypeFieldDescriptionprivate final Orientation
Mirror.rotation
private final Orientation
Rotation.rotation
Methods in net.minecraft.util that return OrientationConstructors in net.minecraft.util with parameters of type OrientationModifierConstructorDescriptionprivate
Mirror
(Orientation p_i241181_3_) private
Rotation
(Orientation p_i231796_3_) -
Uses of Orientation in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as OrientationModifier and TypeFieldDescriptionprivate static final Orientation[][]
Orientation.cayleyTable
private static final Orientation[]
Orientation.inverseTable
Methods in net.minecraft.util.math.vector that return OrientationModifier and TypeMethodDescriptionOrientation.compose
(Orientation p_235527_1_) static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.math.vector with parameters of type Orientation