Uses of Class
net.minecraft.client.model.ModelTransform
Packages that use ModelTransform
-
Uses of ModelTransform in net.minecraft.client.model
Fields in net.minecraft.client.model declared as ModelTransformModifier and TypeFieldDescriptionprivate ModelTransform
ModelPart.defaultTransform
static final ModelTransform
ModelTransform.NONE
private final ModelTransform
ModelPartData.rotationData
Methods in net.minecraft.client.model that return ModelTransformModifier 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) Methods in net.minecraft.client.model with parameters of type ModelTransformModifier and TypeMethodDescriptionModelPartData.addChild
(String name, ModelPartBuilder builder, ModelTransform rotationData) void
ModelPart.setDefaultTransform
(ModelTransform transform) void
ModelPart.setTransform
(ModelTransform rotationData) Constructors in net.minecraft.client.model with parameters of type ModelTransformModifierConstructorDescription(package private)
ModelPartData
(List<ModelCuboidData> cuboidData, ModelTransform rotationData) -
Uses of ModelTransform in net.minecraft.client.render.entity.model
Fields in net.minecraft.client.render.entity.model declared as ModelTransformModifier and TypeFieldDescriptionprivate final ModelTransform
PiglinEntityModel.bodyRotation
private final ModelTransform
PiglinEntityModel.headRotation
private final ModelTransform
PiglinEntityModel.leftArmRotation
private final ModelTransform
PiglinEntityModel.rightArmRotation