@Deprecated public class ItemTransformVec3f extends java.lang.Object implements IModelState
Modifier and Type | Field and Description |
---|---|
static ItemTransformVec3f |
DEFAULT
Deprecated.
|
javax.vecmath.Vector3f |
rotation
Deprecated.
|
javax.vecmath.Vector3f |
scale
Deprecated.
|
javax.vecmath.Vector3f |
translation
Deprecated.
|
Constructor and Description |
---|
ItemTransformVec3f(javax.vecmath.Vector3f rotation,
javax.vecmath.Vector3f translation,
javax.vecmath.Vector3f scale)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TRSRTransformation |
apply(IModelPart part)
Deprecated.
|
public static final ItemTransformVec3f DEFAULT
public final javax.vecmath.Vector3f rotation
public final javax.vecmath.Vector3f translation
public final javax.vecmath.Vector3f scale
public ItemTransformVec3f(javax.vecmath.Vector3f rotation, javax.vecmath.Vector3f translation, javax.vecmath.Vector3f scale)
public TRSRTransformation apply(IModelPart part)
apply
in interface com.google.common.base.Function<IModelPart,TRSRTransformation>
apply
in interface IModelState