Uses of Class
net.minecraft.client.model.ModelTransform
| Package | Description |
|---|---|
| net.minecraft.client.model | |
| net.minecraft.client.render.entity.model |
-
Uses of ModelTransform in net.minecraft.client.model
Fields in net.minecraft.client.model declared as ModelTransform Modifier and Type Field Description static ModelTransformModelTransform. NONEprivate ModelTransformModelPartData. rotationDataMethods in net.minecraft.client.model that return ModelTransform Modifier and Type Method Description ModelTransformModelPart. getTransform()static ModelTransformModelTransform. of(float pivotX, float pivotY, float pivotZ, float pitch, float yaw, float roll)static ModelTransformModelTransform. pivot(float pivotX, float pivotY, float pivotZ)static ModelTransformModelTransform. rotation(float pitch, float yaw, float roll)Methods in net.minecraft.client.model with parameters of type ModelTransform Modifier and Type Method Description ModelPartDataModelPartData. addChild(String name, ModelPartBuilder builder, ModelTransform rotationData)voidModelPart. setTransform(ModelTransform rotationData)Constructors in net.minecraft.client.model with parameters of type ModelTransform Constructor Description 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 ModelTransform Modifier and Type Field Description private ModelTransformPiglinEntityModel. bodyRotationprivate ModelTransformPiglinEntityModel. headRotationprivate ModelTransformPiglinEntityModel. leftArmRotationprivate ModelTransformPiglinEntityModel. rightArmRotation