Class ItemTransformVec3f
- java.lang.Object
-
- net.minecraft.client.renderer.model.ItemTransformVec3f
-
@Deprecated public class ItemTransformVec3f extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemTransformVec3f.Deserializer
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static ItemTransformVec3f
NO_TRANSFORM
Deprecated.Vector3f
rotation
Deprecated.Vector3f
scale
Deprecated.Vector3f
translation
Deprecated.
-
Constructor Summary
Constructors Constructor Description ItemTransformVec3f(Vector3f p_i47622_1_, Vector3f p_i47622_2_, Vector3f p_i47622_3_)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
apply(boolean p_228830_1_, MatrixStack p_228830_2_)
Deprecated.boolean
equals(java.lang.Object p_equals_1_)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Field Detail
-
NO_TRANSFORM
public static final ItemTransformVec3f NO_TRANSFORM
Deprecated.
-
rotation
public final Vector3f rotation
Deprecated.
-
translation
public final Vector3f translation
Deprecated.
-
scale
public final Vector3f scale
Deprecated.
-
-
Method Detail
-
apply
public void apply(boolean p_228830_1_, MatrixStack p_228830_2_)
Deprecated.
-
equals
public boolean equals(java.lang.Object p_equals_1_)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-