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 MeshDefinition
HumanoidArmorModel.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
VillagerModel.createBodyModel()
static MeshDefinition
PiglinHeadModel.createHeadModel()
static MeshDefinition
SkullModel.createHeadModel()
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) Methods in net.minecraft.client.model with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic void
PiglinModel.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 LayerDefinition
LayerDefinition.create
(MeshDefinition mesh, int texWidth, int texHeight) Constructors in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifierConstructorDescriptionprivate
LayerDefinition
(MeshDefinition mesh, MaterialDefinition material)