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 OrientationMirror.rotationprivate final OrientationRotation.rotationMethods in net.minecraft.util that return OrientationConstructors in net.minecraft.util with parameters of type OrientationModifierConstructorDescriptionprivateMirror(Orientation p_i241181_3_) privateRotation(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.cayleyTableprivate static final Orientation[]Orientation.inverseTableMethods in net.minecraft.util.math.vector that return OrientationModifier and TypeMethodDescriptionOrientation.compose(Orientation p_235527_1_) static OrientationReturns 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