net.minecraft.client.renderer.model.IBakedModel#handlePerspective(TransformType)
instead@Deprecated
public class ItemCameraTransforms
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ItemCameraTransforms.Deserializer
Deprecated.
|
static class |
ItemCameraTransforms.TransformType
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static ItemCameraTransforms |
DEFAULT
Deprecated.
|
ItemTransformVec3f |
firstperson_left
Deprecated.
|
ItemTransformVec3f |
firstperson_right
Deprecated.
|
ItemTransformVec3f |
fixed
Deprecated.
|
ItemTransformVec3f |
ground
Deprecated.
|
ItemTransformVec3f |
gui
Deprecated.
|
ItemTransformVec3f |
head
Deprecated.
|
static float |
offsetRotationX
Deprecated.
|
static float |
offsetRotationY
Deprecated.
|
static float |
offsetRotationZ
Deprecated.
|
static float |
offsetScaleX
Deprecated.
|
static float |
offsetScaleY
Deprecated.
|
static float |
offsetScaleZ
Deprecated.
|
static float |
offsetTranslateX
Deprecated.
|
static float |
offsetTranslateY
Deprecated.
|
static float |
offsetTranslateZ
Deprecated.
|
ItemTransformVec3f |
thirdperson_left
Deprecated.
|
ItemTransformVec3f |
thirdperson_right
Deprecated.
|
Constructor and Description |
---|
ItemCameraTransforms(ItemCameraTransforms transforms)
Deprecated.
|
ItemCameraTransforms(ItemTransformVec3f thirdperson_leftIn,
ItemTransformVec3f thirdperson_rightIn,
ItemTransformVec3f firstperson_leftIn,
ItemTransformVec3f firstperson_rightIn,
ItemTransformVec3f headIn,
ItemTransformVec3f guiIn,
ItemTransformVec3f groundIn,
ItemTransformVec3f fixedIn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTransform(ItemCameraTransforms.TransformType type)
Deprecated.
|
static void |
applyTransformSide(ItemTransformVec3f vec,
boolean leftHand)
Deprecated.
|
ItemTransformVec3f |
getTransform(ItemCameraTransforms.TransformType type)
Deprecated.
|
boolean |
hasCustomTransform(ItemCameraTransforms.TransformType type)
Deprecated.
|
public static final ItemCameraTransforms DEFAULT
public static float offsetTranslateX
public static float offsetTranslateY
public static float offsetTranslateZ
public static float offsetRotationX
public static float offsetRotationY
public static float offsetRotationZ
public static float offsetScaleX
public static float offsetScaleY
public static float offsetScaleZ
public final ItemTransformVec3f thirdperson_left
public final ItemTransformVec3f thirdperson_right
public final ItemTransformVec3f firstperson_left
public final ItemTransformVec3f firstperson_right
public final ItemTransformVec3f head
public final ItemTransformVec3f gui
public final ItemTransformVec3f ground
public final ItemTransformVec3f fixed
@Deprecated public ItemCameraTransforms(ItemCameraTransforms transforms)
@Deprecated public ItemCameraTransforms(ItemTransformVec3f thirdperson_leftIn, ItemTransformVec3f thirdperson_rightIn, ItemTransformVec3f firstperson_leftIn, ItemTransformVec3f firstperson_rightIn, ItemTransformVec3f headIn, ItemTransformVec3f guiIn, ItemTransformVec3f groundIn, ItemTransformVec3f fixedIn)
public void applyTransform(ItemCameraTransforms.TransformType type)
public static void applyTransformSide(ItemTransformVec3f vec, boolean leftHand)
@Deprecated public ItemTransformVec3f getTransform(ItemCameraTransforms.TransformType type)
public boolean hasCustomTransform(ItemCameraTransforms.TransformType type)