public class ItemCameraTransforms
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ItemCameraTransforms.TransformType |
Modifier and Type | Field and Description |
---|---|
static ItemCameraTransforms |
DEFAULT |
ItemTransformVec3f |
firstperson_left |
ItemTransformVec3f |
firstperson_right |
ItemTransformVec3f |
fixed |
ItemTransformVec3f |
ground |
ItemTransformVec3f |
gui |
ItemTransformVec3f |
head |
static float |
offsetRotationX |
static float |
offsetRotationY |
static float |
offsetRotationZ |
static float |
offsetScaleX |
static float |
offsetScaleY |
static float |
offsetScaleZ |
static float |
offsetTranslateX |
static float |
offsetTranslateY |
static float |
offsetTranslateZ |
ItemTransformVec3f |
thirdperson_left |
ItemTransformVec3f |
thirdperson_right |
Constructor and Description |
---|
ItemCameraTransforms(ItemCameraTransforms transforms)
Deprecated.
|
ItemCameraTransforms(ItemTransformVec3f p_i46569_1_,
ItemTransformVec3f p_i46569_2_,
ItemTransformVec3f p_i46569_3_,
ItemTransformVec3f p_i46569_4_,
ItemTransformVec3f p_i46569_5_,
ItemTransformVec3f p_i46569_6_,
ItemTransformVec3f p_i46569_7_,
ItemTransformVec3f p_i46569_8_)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTransform(ItemCameraTransforms.TransformType type) |
static void |
applyTransformSide(ItemTransformVec3f vec,
boolean leftHand) |
ItemTransformVec3f |
getTransform(ItemCameraTransforms.TransformType type)
Deprecated.
|
boolean |
hasCustomTransform(ItemCameraTransforms.TransformType type) |
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 p_i46569_1_, ItemTransformVec3f p_i46569_2_, ItemTransformVec3f p_i46569_3_, ItemTransformVec3f p_i46569_4_, ItemTransformVec3f p_i46569_5_, ItemTransformVec3f p_i46569_6_, ItemTransformVec3f p_i46569_7_, ItemTransformVec3f p_i46569_8_)
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)