Uses of Class
net.minecraft.client.model.geom.builders.CubeDeformation
Packages that use CubeDeformation
Package
Description
-
Uses of CubeDeformation in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic void
PiglinModel.addHead
(CubeDeformation cubeDeformation, MeshDefinition mesh) static LayerDefinition
ZombieVillagerModel.createArmorLayer
(CubeDeformation cubeDeformation) static LayerDefinition
ArmorStandArmorModel.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
CreeperModel.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
DrownedModel.createBodyLayer
(CubeDeformation cubeDeformation) static MeshDefinition
HumanoidArmorModel.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
LlamaModel.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
PigModel.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
TropicalFishModelA.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
TropicalFishModelB.createBodyLayer
(CubeDeformation cubeDeformation) static LayerDefinition
WitherBossModel.createBodyLayer
(CubeDeformation cubeDeformation) static MeshDefinition
HorseModel.createBodyMesh
(CubeDeformation cubeDeformation) static MeshDefinition
OcelotModel.createBodyMesh
(CubeDeformation cubeDeformation) static MeshDefinition
QuadrupedModel.createBodyMesh
(int yOffset, CubeDeformation cubeDeformation) static MeshDefinition
HumanoidModel.createMesh
(CubeDeformation cubeDeformation, float yOffset) static MeshDefinition
PiglinModel.createMesh
(CubeDeformation cubeDeformation) static MeshDefinition
PlayerModel.createMesh
(CubeDeformation cubeDeformation, boolean slim) static MeshDefinition
WolfModel.createMeshDefinition
(CubeDeformation cubeDeformation) -
Uses of CubeDeformation in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as CubeDeformationModifier 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
Fields in net.minecraft.client.model.geom.builders declared as CubeDeformationModifier and TypeFieldDescriptionprivate final CubeDeformation
CubeDefinition.grow
static final CubeDeformation
CubeDeformation.NONE
Methods in net.minecraft.client.model.geom.builders that return CubeDeformationModifier and TypeMethodDescriptionCubeDeformation.extend
(float grow) CubeDeformation.extend
(float growX, float growY, float growZ) Methods in net.minecraft.client.model.geom.builders with parameters of type CubeDeformationModifier and TypeMethodDescriptionCubeListBuilder.addBox
(float originX, float originY, float originZ, float dimensionX, float dimensionY, float dimensionZ, CubeDeformation cubeDeformation) CubeListBuilder.addBox
(float originX, float originY, float originZ, float dimensionX, float dimensionY, float dimensionZ, CubeDeformation cubeDeformation, float texScaleU, float texScaleV) CubeListBuilder.addBox
(String comment, float originX, float originY, float originZ, float dimensionX, float dimensionY, float dimensionZ, CubeDeformation cubeDeformation) CubeListBuilder.addBox
(String comment, float originX, float originY, float originZ, int dimensionX, int dimensionY, int dimensionZ, CubeDeformation cubeDeformation, int xTexOffs, int yTexOffs) Constructors in net.minecraft.client.model.geom.builders with parameters of type CubeDeformationModifierConstructorDescriptionprotected
CubeDefinition
(String comment, float texCoordU, float texCoordV, float originX, float originY, float originZ, float dimensionX, float dimensionY, float dimensionZ, CubeDeformation grow, boolean mirror, float texScaleU, float texScaleV, Set<Direction> visibleFaces)