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 ModelTransform
ModelTransform. NONE
private ModelTransform
ModelPartData. rotationData
Methods in net.minecraft.client.model that return ModelTransform Modifier and Type Method Description ModelTransform
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 ModelTransform Modifier and Type Method Description ModelPartData
ModelPartData. addChild(String name, ModelPartBuilder builder, ModelTransform rotationData)
void
ModelPart. 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 ModelTransform
PiglinEntityModel. bodyRotation
private ModelTransform
PiglinEntityModel. headRotation
private ModelTransform
PiglinEntityModel. leftArmRotation
private ModelTransform
PiglinEntityModel. rightArmRotation