Uses of Class
net.minecraft.client.render.model.json.ModelRotation
Package | Description |
---|---|
net.minecraft.client.render.model | |
net.minecraft.client.render.model.json |
-
Uses of ModelRotation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelRotation Modifier and Type Method Description BakedQuad
BakedQuadFactory. bake(Vec3f from, Vec3f 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(Vec3f vector, @Nullable ModelRotation rotation)
-
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotation Modifier and Type Field Description ModelRotation
ModelElement. rotation
Methods in net.minecraft.client.render.model.json that return ModelRotation Modifier and Type Method Description private @Nullable ModelRotation
ModelElement.Deserializer. deserializeRotation(JsonObject object)
Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotation Constructor Description ModelElement(Vec3f from, Vec3f to, Map<Direction,ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade)