Uses of Class
net.minecraft.client.model.ModelTransform
-
Uses of ModelTransform in net.minecraft.client.model
Modifier and TypeFieldDescriptionstatic ModelTransform
ModelTransform.NONE
private ModelTransform
ModelPartData.rotationData
Modifier 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)
Modifier and TypeMethodDescriptionModelPartData.addChild(String name, ModelPartBuilder builder, ModelTransform rotationData)
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 ModelTransform
PiglinEntityModel.bodyRotation
private ModelTransform
PiglinEntityModel.headRotation
private ModelTransform
PiglinEntityModel.leftArmRotation
private ModelTransform
PiglinEntityModel.rightArmRotation