Uses of Class
net.minecraft.client.model.geom.builders.CubeDeformation
Package
Description
-
Uses of CubeDeformation in net.minecraft.client.model
Modifier and TypeMethodDescriptionstatic LayerDefinition
ZombieVillagerModel.createArmorLayer
(CubeDeformation p_171094_) static LayerDefinition
ArmorStandArmorModel.createBodyLayer
(CubeDeformation p_170348_) static LayerDefinition
CreeperModel.createBodyLayer
(CubeDeformation p_170526_) static LayerDefinition
DrownedModel.createBodyLayer
(CubeDeformation p_170536_) static LayerDefinition
LlamaModel.createBodyLayer
(CubeDeformation p_170726_) static LayerDefinition
PigModel.createBodyLayer
(CubeDeformation p_170801_) static LayerDefinition
TropicalFishModelA.createBodyLayer
(CubeDeformation p_171022_) static LayerDefinition
TropicalFishModelB.createBodyLayer
(CubeDeformation p_171038_) static LayerDefinition
WitherBossModel.createBodyLayer
(CubeDeformation p_171076_) static MeshDefinition
HorseModel.createBodyMesh
(CubeDeformation p_170670_) static MeshDefinition
OcelotModel.createBodyMesh
(CubeDeformation p_170769_) static MeshDefinition
QuadrupedModel.createBodyMesh
(int p_170865_, CubeDeformation p_170866_) static MeshDefinition
HumanoidModel.createMesh
(CubeDeformation p_170682_, float p_170683_) static MeshDefinition
PiglinModel.createMesh
(CubeDeformation p_170812_) static MeshDefinition
PlayerModel.createMesh
(CubeDeformation p_170826_, boolean p_170827_) -
Uses of CubeDeformation in net.minecraft.client.model.geom
Modifier and TypeFieldDescriptionprivate static final CubeDeformation
LayerDefinitions.FISH_PATTERN_DEFORMATION
static final CubeDeformation
LayerDefinitions.INNER_ARMOR_DEFORMATION
static final CubeDeformation
LayerDefinitions.OUTER_ARMOR_DEFORMATION
-
Uses of CubeDeformation in net.minecraft.client.model.geom.builders
Modifier and TypeFieldDescriptionprivate final CubeDeformation
CubeDefinition.grow
static final CubeDeformation
CubeDeformation.NONE
Modifier and TypeMethodDescriptionCubeDeformation.extend
(float p_171470_) CubeDeformation.extend
(float p_171472_, float p_171473_, float p_171474_) Modifier and TypeMethodDescriptionCubeListBuilder.addBox
(float p_171489_, float p_171490_, float p_171491_, float p_171492_, float p_171493_, float p_171494_, CubeDeformation p_171495_) CubeListBuilder.addBox
(float p_171497_, float p_171498_, float p_171499_, float p_171500_, float p_171501_, float p_171502_, CubeDeformation p_171503_, float p_171504_, float p_171505_) CubeListBuilder.addBox
(String p_171526_, float p_171527_, float p_171528_, float p_171529_, float p_171530_, float p_171531_, float p_171532_, CubeDeformation p_171533_) CubeListBuilder.addBox
(String p_171545_, float p_171546_, float p_171547_, float p_171548_, int p_171549_, int p_171550_, int p_171551_, CubeDeformation p_171552_, int p_171553_, int p_171554_) ModifierConstructorDescriptionprotected
CubeDefinition
(String p_171442_, float p_171443_, float p_171444_, float p_171445_, float p_171446_, float p_171447_, float p_171448_, float p_171449_, float p_171450_, CubeDeformation p_171451_, boolean p_171452_, float p_171453_, float p_171454_) -
Uses of CubeDeformation in net.minecraftforge.debug.client.rendering
Modifier and TypeMethodDescriptionstatic LayerDefinition
EntityRendererEventsTest.EntityRenderEventsTestClientModStuff.MyEntityModel.createLayer
(CubeDeformation deformation)