@Deprecated
public class ItemTransformVec3f
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ItemTransformVec3f.Deserializer
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static ItemTransformVec3f |
DEFAULT
Deprecated.
|
Vector3f |
rotation
Deprecated.
|
Vector3f |
scale
Deprecated.
|
Vector3f |
translation
Deprecated.
|
Constructor and Description |
---|
ItemTransformVec3f(Vector3f rotationIn,
Vector3f translationIn,
Vector3f scaleIn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(boolean leftHand,
MatrixStack matrixStackIn)
Deprecated.
|
boolean |
equals(java.lang.Object p_equals_1_)
Deprecated.
|
int |
hashCode()
Deprecated.
|
public static final ItemTransformVec3f DEFAULT
public final Vector3f rotation
public final Vector3f translation
public final Vector3f scale
public void apply(boolean leftHand, MatrixStack matrixStackIn)
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object