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 TypeFieldDescriptionstatic ModelTransform
ModelTransform.NONE
private ModelTransform
ModelPartData.rotationData
Methods in net.minecraft.client.model that return ModelTransformModifier and TypeMethodDescriptionModelPart.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.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 ModelTransform
PiglinEntityModel.bodyRotation
private ModelTransform
PiglinEntityModel.headRotation
private ModelTransform
PiglinEntityModel.leftArmRotation
private ModelTransform
PiglinEntityModel.rightArmRotation