Uses of Record Class
net.minecraft.client.render.model.json.ModelRotation
Packages that use ModelRotation
-
Uses of ModelRotation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelRotationModifier and TypeMethodDescriptionstatic BakedQuadBakedQuadFactory.bake(Vector3f vector3f, Vector3f from, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings, @Nullable ModelRotation modelRotation, boolean bool, int int2) private static voidBakedQuadFactory.packVertexData(int[] int2, int int3, Direction direction, ModelElementTexture modelElementTexture, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]BakedQuadFactory.packVertexData(ModelElementTexture modelElementTexture, Sprite sprite, Direction direction, float[] float2, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static voidBakedQuadFactory.rotateVertex(Vector3f vector3f, @Nullable ModelRotation modelRotation) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotationMethods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprivate @Nullable ModelRotationModelElement.Deserializer.deserializeRotation(JsonObject object) Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotationModifierConstructorDescriptionModelElement(Vector3f from, Vector3f to, Map<Direction, ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade, int lightEmission)