net.minecraft.client.model

public class ModelTransform

fym
net.minecraft.client.model.geom.PartPose
net.minecraft.class_5603
net.minecraft.client.model.ModelTransform
net.minecraft.unmapped.C_dhebgdtu
net.minecraft.client.model.ModelTransform
net.minecraft.src.C_141659_

Field summary

Modifier and TypeField
public static final ModelTransform
a
ZERO
field_27701
NONE
f_eoomqdxl
NONE
f_171404_
public final float
b
x
field_27702
pivotX
f_ovlgdrhg
pivotX
f_171405_
public final float
c
y
field_27703
pivotY
f_xnwbdfsa
pivotY
f_171406_
public final float
d
z
field_27704
pivotZ
f_bvjaohjw
pivotZ
f_171407_
public final float
e
xRot
field_27705
pitch
f_ssbdjouu
pitch
f_171408_
public final float
f
yRot
field_27706
yaw
f_wckqterj
yaw
f_171409_
public final float
g
zRot
field_27707
roll
f_iobrophl
roll
f_171410_

Constructor summary

ModifierConstructor
private (float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)

Method summary

Modifier and TypeMethod
public static ModelTransform
a(float o, float o, float o)
offset(float arg0, float arg1, float arg2)
method_32090(float arg0, float arg1, float arg2)
pivot(float pivotX, float pivotY, float pivotZ)
m_qxhvkpqr(float arg0, float arg1, float arg2)
pivot(float pivotX, float pivotY, float pivotZ)
m_171419_(float p_171420_, float p_171421_, float p_171422_)
public static ModelTransform
b(float o, float o, float o)
rotation(float arg0, float arg1, float arg2)
method_32092(float arg0, float arg1, float arg2)
rotation(float pitch, float yaw, float roll)
m_smgdslxg(float arg0, float arg1, float arg2)
rotation(float pitch, float yaw, float roll)
m_171430_(float p_171431_, float p_171432_, float p_171433_)
public static ModelTransform
a(float o, float o, float o, float o, float o, float o)
offsetAndRotation(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
method_32091(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
of(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)
m_spunjinu(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
of(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)
m_171423_(float p_171424_, float p_171425_, float p_171426_, float p_171427_, float p_171428_, float p_171429_)