IModelState
and TRSRTransformation
@Deprecated public class ItemTransformVec3f extends java.lang.Object implements IModelState
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 |
---|---|
java.util.Optional<TRSRTransformation> |
apply(java.util.Optional<? extends IModelPart> part)
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 java.util.Optional<TRSRTransformation> apply(java.util.Optional<? extends IModelPart> part)
apply
in interface IModelState
part
- Part of the model we are wanting to transform. An empty optional means
we want a transform for the entire model.public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object