Uses of Record Class
net.minecraft.client.render.model.json.ModelRotation
-
Uses of ModelRotation in net.minecraft.client.render.model
Modifier and TypeMethodDescriptionBakedQuadFactory.bake
(Vector3f from, Vector3f to, ModelElementFace face, Sprite texture, Direction side, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, Identifier modelId) private void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) private int[]
BakedQuadFactory.packVertexData
(ModelElementTexture texture, Sprite sprite, Direction direction, float[] positionMatrix, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) private void
BakedQuadFactory.rotateVertex
(Vector3f vector, @Nullable ModelRotation rotation) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Modifier and TypeMethodDescriptionprivate @Nullable ModelRotation
ModelElement.Deserializer.deserializeRotation
(JsonObject object) ModifierConstructorDescriptionModelElement
(Vector3f from, Vector3f to, Map<Direction, ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade)