net.minecraft.client.resource.model

public class ModelTransformations

bop
net.minecraft.class_2462
net.minecraft.client.resource.model.ModelTransformations
net.minecraft.client.renderer.block.model.ItemCameraTransforms

Field summary

Modifier and TypeField
public static final ModelTransformations
a
field_10975
NONE
DEFAULT
public static float
b
field_10976
translateX
offsetTranslateX
public static float
c
field_10977
translateY
offsetTranslateY
public static float
d
field_10978
translateZ
offsetTranslateZ
public static float
e
field_10979
rotateX
offsetRotationX
public static float
f
field_10980
rotateY
offsetRotationY
public static float
g
field_10981
rotateZ
offsetRotationZ
public static float
h
field_10982
scaleX
offsetScaleX
public static float
i
field_10983
scaleY
offsetScaleY
public static float
j
field_10984
scaleZ
offsetScaleZ
public final ModelTransformation
k
field_10985
thirdPersonLeftHand
thirdperson_left
public final ModelTransformation
l
field_10986
thirdPersonRightHand
thirdperson_right
public final ModelTransformation
m
field_13566
firstPersonLeftHand
firstperson_left
public final ModelTransformation
n
field_13567
firstPersonRightHand
firstperson_right
public final ModelTransformation
o
field_10987
head
head
public final ModelTransformation
p
field_10988
gui
gui
public final ModelTransformation
q
field_10989
ground
ground
public final ModelTransformation
r
field_10990
fixed
fixed

Constructor summary

ModifierConstructor
private ()
public (ModelTransformations transformations)
public (ModelTransformation thirdPersonLeftHand, ModelTransformation thirdPersonRightHand, ModelTransformation firstPersonLeftHand, ModelTransformation firstPersonRightHand, ModelTransformation head, ModelTransformation gui, ModelTransformation ground, ModelTransformation fixed)

Method summary

Modifier and TypeMethod
public void
a(bop$b arg0)
method_10082(class_2462$class_2464 arg0)
apply(ModelTransformations$Type type)
applyTransform(ItemCameraTransforms$TransformType type)
public static void
a(boo arg0, boolean arg1)
method_12374(class_2460 arg0, boolean arg1)
apply(ModelTransformation transformation, boolean mirror)
applyTransformSide(ItemTransformVec3f vec, boolean leftHand)
private static org.lwjgl.util.vector.Quaternion
a(float arg0, float arg1, float arg2)
method_12373(float arg0, float arg1, float arg2)
makeRotationQuaternion(float rotateX, float rotateY, float rotateZ)
makeQuaternion(float arg0, float arg1, float arg2)
public ModelTransformation
b(bop$b arg0)
method_10083(class_2462$class_2464 arg0)
get(ModelTransformations$Type type)
getTransform(ItemCameraTransforms$TransformType type)
public boolean
c(bop$b arg0)
method_10084(class_2462$class_2464 arg0)
has(ModelTransformations$Type type)
hasCustomTransform(ItemCameraTransforms$TransformType type)