Uses of Class
net.minecraft.client.model.geom.builders.MeshDefinition
Packages that use MeshDefinition
-
Uses of MeshDefinition in net.minecraft.client.model
Methods in net.minecraft.client.model that return MeshDefinitionModifier and TypeMethodDescriptionstatic MeshDefinitionHumanoidArmorModel.createBodyLayer(CubeDeformation p_270527_) static MeshDefinitionHorseModel.createBodyMesh(CubeDeformation p_170670_) static MeshDefinitionOcelotModel.createBodyMesh(CubeDeformation p_170769_) static MeshDefinitionQuadrupedModel.createBodyMesh(int p_170865_, CubeDeformation p_170866_) static MeshDefinitionVillagerModel.createBodyModel()static MeshDefinitionPiglinHeadModel.createHeadModel()static MeshDefinitionSkullModel.createHeadModel()static MeshDefinitionHumanoidModel.createMesh(CubeDeformation p_170682_, float p_170683_) static MeshDefinitionPiglinModel.createMesh(CubeDeformation p_170812_) static MeshDefinitionPlayerModel.createMesh(CubeDeformation p_170826_, boolean p_170827_) static MeshDefinitionWolfModel.createMeshDefinition(CubeDeformation p_316269_) Methods in net.minecraft.client.model with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic voidPiglinModel.addHead(CubeDeformation p_262174_, MeshDefinition p_262011_) -
Uses of MeshDefinition in net.minecraft.client.model.geom.builders
Fields in net.minecraft.client.model.geom.builders declared as MeshDefinitionMethods in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic LayerDefinitionLayerDefinition.create(MeshDefinition p_171566_, int p_171567_, int p_171568_) Constructors in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifierConstructorDescriptionprivateLayerDefinition(MeshDefinition p_171562_, MaterialDefinition p_171563_)