Uses of Enum Class
net.minecraft.util.math.Rotation
Packages that use Rotation
Package
Description
The base package for all Minecraft classes.
-
Uses of Rotation in net.minecraft
Fields in net.minecraft with type parameters of type RotationModifier and TypeFieldDescriptionstatic final class_10804.class_10805<Rotation> class_10804.field_56936static final class_10804.class_10805<Rotation> class_10804.field_56937 -
Uses of Rotation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as RotationModifier and TypeFieldDescriptionprivate final RotationModelRotation.field_56976private final RotationModelRotation.field_56977Methods in net.minecraft.client.render.model with parameters of type RotationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.method_68008(Rotation rotation, Rotation rotation2) private static voidBakedQuadFactory.packVertexData(int[] int2, int cornerIndex, CubeFace cubeFace, ModelElementFace.UV texture, Rotation rotation, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]BakedQuadFactory.packVertexData(ModelElementFace.UV texture, Rotation rotation, Matrix4fc matrix4fc, Sprite sprite, Direction facing, float[] float2, AffineTransformation transform, @Nullable ModelRotation modelRotation) Constructors in net.minecraft.client.render.model with parameters of type Rotation -
Uses of Rotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as RotationModifier and TypeFieldDescriptionprivate final RotationModelElementFace.rotationThe field for therotationrecord component.private final RotationModelVariant.class_10803.xThe field for thexrecord component.private final RotationModelVariant.class_10803.yThe field for theyrecord component.Methods in net.minecraft.client.render.model.json that return RotationModifier and TypeMethodDescriptionprivate static RotationModelElementFace.Deserializer.method_67911(JsonObject jsonObject) ModelElementFace.rotation()Returns the value of therotationrecord component.ModelVariant.class_10803.x()Returns the value of thexrecord component.ModelVariant.class_10803.y()Returns the value of theyrecord component.Methods in net.minecraft.client.render.model.json with parameters of type RotationModifier and TypeMethodDescriptionstatic floatModelElementFace.method_67909(ModelElementFace.UV uV, Rotation rotation, int int2) static floatModelElementFace.method_67910(ModelElementFace.UV uV, Rotation rotation, int int2) ModelVariant.method_67940(Rotation rotation) ModelVariant.method_67942(Rotation rotation) ModelVariant.class_10803.method_67945(Rotation rotation) ModelVariant.class_10803.method_67947(Rotation rotation) Constructors in net.minecraft.client.render.model.json with parameters of type RotationModifierConstructorDescriptionclass_10803(Rotation rotation, Rotation rotation2, boolean bool) ModelElementFace(@Nullable Direction cullFace, int tintIndex, String textureId, @Nullable ModelElementFace.UV textureData, Rotation rotation) -
Uses of Rotation in net.minecraft.util.math
Fields in net.minecraft.util.math with type parameters of type RotationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Rotation> Rotation.CODECMethods in net.minecraft.util.math that return RotationModifier and TypeMethodDescriptionstatic RotationRotation.fromDegrees(int value) Deprecated.static RotationReturns the enum constant of this class with the specified name.static Rotation[]Rotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.math with parameters of type RotationModifier and TypeMethodDescriptionstatic DirectionTransformationDirectionTransformation.fromRotations(Rotation x, Rotation y)