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 cubeDeformation) static MeshDefinitionHorseModel.createBodyMesh(CubeDeformation cubeDeformation) static MeshDefinitionOcelotModel.createBodyMesh(CubeDeformation cubeDeformation) static MeshDefinitionQuadrupedModel.createBodyMesh(int yOffset, CubeDeformation cubeDeformation) static MeshDefinitionVillagerModel.createBodyModel()static MeshDefinitionPiglinHeadModel.createHeadModel()static MeshDefinitionSkullModel.createHeadModel()static MeshDefinitionHumanoidModel.createMesh(CubeDeformation cubeDeformation, float yOffset) static MeshDefinitionPiglinModel.createMesh(CubeDeformation cubeDeformation) static MeshDefinitionPlayerModel.createMesh(CubeDeformation cubeDeformation, boolean slim) static MeshDefinitionWolfModel.createMeshDefinition(CubeDeformation cubeDeformation) Methods in net.minecraft.client.model with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic voidPiglinModel.addHead(CubeDeformation cubeDeformation, MeshDefinition mesh) -
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 mesh, int texWidth, int texHeight) Constructors in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifierConstructorDescriptionprivateLayerDefinition(MeshDefinition mesh, MaterialDefinition material)