net.minecraft.client.render.model.json

public record ModelTransformation

net.minecraft.client.renderer.block.model.ItemTransforms
net.minecraft.class_809
net.minecraft.client.render.model.json.ModelTransformation

Field summary

Modifier and TypeField
private final Transformation
thirdPersonLeftHand
comp_3368
thirdPersonLeftHand
private final Transformation
thirdPersonRightHand
comp_3369
thirdPersonRightHand
private final Transformation
firstPersonLeftHand
comp_3370
firstPersonLeftHand
private final Transformation
firstPersonRightHand
comp_3371
firstPersonRightHand
private final Transformation
head
comp_3372
head
private final Transformation
gui
comp_3373
gui
private final Transformation
ground
comp_3374
ground
private final Transformation
fixed
comp_3375
fixed
private final Transformation
fixedFromBottom
comp_4619
fixedFromBottom
public static final ModelTransformation
NO_TRANSFORMS
field_4301
NONE

Constructor summary

ModifierConstructor
public (Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed, Transformation fixedFromBottom)

Method summary

Modifier and TypeMethod
public Transformation
getTransform(ItemDisplayContext type)
method_3503(class_811 arg0)
getTransformation(ItemDisplayContext renderMode)
public Transformation
thirdPersonLeftHand()
comp_3368()
thirdPersonLeftHand()
public Transformation
thirdPersonRightHand()
comp_3369()
thirdPersonRightHand()
public Transformation
firstPersonLeftHand()
comp_3370()
firstPersonLeftHand()
public Transformation
firstPersonRightHand()
comp_3371()
firstPersonRightHand()
public Transformation
head()
comp_3372()
head()
public Transformation
gui()
comp_3373()
gui()
public Transformation
ground()
comp_3374()
ground()
public Transformation
fixed()
comp_3375()
fixed()
public Transformation
fixedFromBottom()
comp_4619()
fixedFromBottom()