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 classItemTransformVec3f.DeserializerDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static ItemTransformVec3fNO_TRANSFORMDeprecated.Vector3frotationDeprecated.Vector3fscaleDeprecated.Vector3ftranslationDeprecated.
-
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 voidapply(boolean p_228830_1_, MatrixStack p_228830_2_)Deprecated.booleanequals(java.lang.Object p_equals_1_)Deprecated.inthashCode()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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-