Uses of Class
net.minecraft.client.model.ModelTransform
-
Uses of ModelTransform in net.minecraft.client.model
Modifier and TypeFieldDescriptionprivate ModelTransform
ModelPart.defaultTransform
static final ModelTransform
ModelTransform.NONE
private final ModelTransform
ModelPartData.rotationData
Modifier and TypeMethodDescriptionModelPart.getDefaultTransform()
ModelPart.getTransform()
static ModelTransform
ModelTransform.of
(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll) static ModelTransform
ModelTransform.pivot
(float pivotX, float pivotY, float pivotZ) static ModelTransform
ModelTransform.rotation
(float pitch, float yaw, float roll) Modifier and TypeMethodDescriptionModelPartData.addChild
(String name, ModelPartBuilder builder, ModelTransform rotationData) void
ModelPart.setDefaultTransform
(ModelTransform transform) void
ModelPart.setTransform
(ModelTransform rotationData) ModifierConstructorDescription(package private)
ModelPartData
(List<ModelCuboidData> cuboidData, ModelTransform rotationData) -
Uses of ModelTransform in net.minecraft.client.render.entity.model
Modifier and TypeFieldDescriptionprivate final ModelTransform
PiglinEntityModel.bodyRotation
private final ModelTransform
PiglinEntityModel.headRotation
private final ModelTransform
PiglinEntityModel.leftArmRotation
private final ModelTransform
PiglinEntityModel.rightArmRotation