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 TypeMethodDescriptionprotected static ArmorModelSet<MeshDefinition> HumanoidModel.createArmorMeshSet(Function<CubeDeformation, MeshDefinition> baseFactory, Map<EquipmentSlot, Set<String>> partsPerSlot, CubeDeformation innerDeformation, CubeDeformation outerDeformation) static ArmorModelSet<MeshDefinition> HumanoidModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) private static MeshDefinitionHumanoidModel.createBabyArmorMesh(CubeDeformation g, PartPose armOffset) static ArmorModelSet<MeshDefinition> HumanoidModel.createBabyArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation, PartPose armOffset) private static MeshDefinitionHumanoidModel.createBaseArmorMesh(CubeDeformation g) static MeshDefinitionQuadrupedModel.createBodyMesh(int legSize, boolean mirrorLeftLeg, boolean mirrorRightLeg, CubeDeformation g) (package private) static voidQuadrupedModel.createLegs(PartDefinition root, boolean mirrorLeftLeg, boolean mirrorRightLeg, int legSize, CubeDeformation g) static MeshDefinitionHumanoidModel.createMesh(CubeDeformation g, float yOffset) Method parameters in net.minecraft.client.model with type arguments of type CubeDeformationModifier and TypeMethodDescriptionprotected static ArmorModelSet<MeshDefinition> HumanoidModel.createArmorMeshSet(Function<CubeDeformation, MeshDefinition> baseFactory, Map<EquipmentSlot, Set<String>> partsPerSlot, CubeDeformation innerDeformation, CubeDeformation outerDeformation) -
Uses of CubeDeformation in net.minecraft.client.model.animal.equine
Methods in net.minecraft.client.model.animal.equine with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic MeshDefinitionAbstractEquineModel.createBabyMesh(CubeDeformation g) static MeshDefinitionAbstractEquineModel.createBodyMesh(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.animal.feline
Fields in net.minecraft.client.model.animal.feline declared as CubeDeformationMethods in net.minecraft.client.model.animal.feline with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic MeshDefinitionAdultFelineModel.createBodyMesh(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.animal.fish
Methods in net.minecraft.client.model.animal.fish with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic LayerDefinitionTropicalFishLargeModel.createBodyLayer(CubeDeformation g) static LayerDefinitionTropicalFishSmallModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.animal.ghast
Methods in net.minecraft.client.model.animal.ghast with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic LayerDefinitionHappyGhastModel.createBodyLayer(boolean isBaby, CubeDeformation deformation) -
Uses of CubeDeformation in net.minecraft.client.model.animal.llama
Methods in net.minecraft.client.model.animal.llama with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic LayerDefinitionBabyLlamaModel.createBodyLayer(CubeDeformation g) static LayerDefinitionLlamaModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.animal.pig
Methods in net.minecraft.client.model.animal.pig with parameters of type CubeDeformationModifier and TypeMethodDescriptionprotected static MeshDefinitionPigModel.createBasePigModel(CubeDeformation g) static LayerDefinitionBabyPigModel.createBodyLayer(CubeDeformation g) static LayerDefinitionColdPigModel.createBodyLayer(CubeDeformation g) static LayerDefinitionPigModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.animal.wolf
Methods in net.minecraft.client.model.animal.wolf with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic MeshDefinitionAdultWolfModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as CubeDeformationModifier and TypeFieldDescriptionprivate static final CubeDeformationLayerDefinitions.BABY_INNER_ARMOR_DEFORMATIONprivate static final CubeDeformationLayerDefinitions.BABY_OUTER_ARMOR_DEFORMATIONprivate static final CubeDeformationLayerDefinitions.FISH_PATTERN_DEFORMATIONstatic final CubeDeformationLayerDefinitions.INNER_ARMOR_DEFORMATIONstatic final CubeDeformationLayerDefinitions.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 CubeDeformationCubeDefinition.growstatic final CubeDeformationCubeDeformation.NONEMethods in net.minecraft.client.model.geom.builders that return CubeDeformationModifier and TypeMethodDescriptionCubeDeformation.extend(float factor) CubeDeformation.extend(float factorX, float factorY, float factorZ) Methods in net.minecraft.client.model.geom.builders with parameters of type CubeDeformationModifier and TypeMethodDescriptionCubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g) CubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g, float xTexScale, float yTexScale) CubeListBuilder.addBox(String id, float x0, float y0, float z0, float w, float h, float d, CubeDeformation g) CubeListBuilder.addBox(String id, float x0, float y0, float z0, int w, int h, int d, CubeDeformation g, int xTexOffs, int yTexOffs) Constructors in net.minecraft.client.model.geom.builders with parameters of type CubeDeformationModifierConstructorDescriptionprotectedCubeDefinition(@Nullable String comment, float xTexOffs, float yTexOffs, float minX, float minY, float minZ, float width, float height, float depth, CubeDeformation grow, boolean mirror, float xTexScale, float yTexScale, Set<Direction> visibleFaces) -
Uses of CubeDeformation in net.minecraft.client.model.monster.creeper
Methods in net.minecraft.client.model.monster.creeper with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic LayerDefinitionCreeperModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.monster.piglin
Methods in net.minecraft.client.model.monster.piglin with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic PartDefinitionAbstractPiglinModel.addHead(CubeDeformation g, MeshDefinition mesh) static ArmorModelSet<MeshDefinition> AbstractPiglinModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) static ArmorModelSet<MeshDefinition> AbstractPiglinModel.createBabyArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation, PartPose armOffset) -
Uses of CubeDeformation in net.minecraft.client.model.monster.wither
Methods in net.minecraft.client.model.monster.wither with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic LayerDefinitionWitherBossModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.monster.zombie
Methods in net.minecraft.client.model.monster.zombie with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic ArmorModelSet<LayerDefinition> ZombieVillagerModel.createArmorLayerSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) private static MeshDefinitionZombieVillagerModel.createBaseArmorMesh(CubeDeformation g) static LayerDefinitionBabyDrownedModel.createBodyLayer(CubeDeformation g) static LayerDefinitionBabyZombieModel.createBodyLayer(CubeDeformation g) static LayerDefinitionDrownedModel.createBodyLayer(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.object.armorstand
Methods in net.minecraft.client.model.object.armorstand with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic ArmorModelSet<LayerDefinition> ArmorStandArmorModel.createArmorLayerSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) private static MeshDefinitionArmorStandArmorModel.createBaseMesh(CubeDeformation g) -
Uses of CubeDeformation in net.minecraft.client.model.player
Methods in net.minecraft.client.model.player with parameters of type CubeDeformationModifier and TypeMethodDescriptionstatic ArmorModelSet<MeshDefinition> PlayerModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) static MeshDefinitionPlayerModel.createMesh(CubeDeformation scale, boolean slim)