Class Transformation
java.lang.Object
net.minecraft.client.render.model.json.Transformation
@Environment(CLIENT) public class Transformation extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Transformation.Deserializer
-
Field Summary
Fields Modifier and Type Field Description static Transformation
IDENTITY
Vec3f
rotation
Vec3f
scale
Vec3f
translation
-
Constructor Summary
Constructors Constructor Description Transformation(Vec3f rotation, Vec3f translation, Vec3f scale)
-
Method Summary
Modifier and Type Method Description void
apply(boolean leftHanded, MatrixStack matrices)
boolean
equals(Object o)
int
hashCode()