@Deprecated public class ItemTransformVec3f extends java.lang.Object implements IModelState
| Modifier and Type | Field and Description | 
|---|---|
static ItemTransformVec3f | 
DEFAULT
Deprecated.  
  | 
Vector3f | 
rotation
Deprecated.  
  | 
Vector3f | 
scale
Deprecated.  
  | 
Vector3f | 
translation
Deprecated.  
  | 
| Constructor and Description | 
|---|
ItemTransformVec3f(Vector3f rotation,
                  Vector3f translation,
                  Vector3f scale)
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 ItemTransformVec3f(Vector3f rotation,
                          Vector3f translation,
                          Vector3f scale)
public java.util.Optional<TRSRTransformation> apply(java.util.Optional<? extends IModelPart> part)
apply in interface IModelStatepublic boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object