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 pCubeDeformation) static MeshDefinition
HorseModel.createBodyMesh
(CubeDeformation pCubeDeformation) static MeshDefinition
OcelotModel.createBodyMesh
(CubeDeformation pCubeDeformation) static MeshDefinition
QuadrupedModel.createBodyMesh
(int pYOffset, CubeDeformation pCubeDeformation) static MeshDefinition
VillagerModel.createBodyModel()
static MeshDefinition
PiglinHeadModel.createHeadModel()
static MeshDefinition
SkullModel.createHeadModel()
static MeshDefinition
HumanoidModel.createMesh
(CubeDeformation pCubeDeformation, float pYOffset) static MeshDefinition
PiglinModel.createMesh
(CubeDeformation pCubeDeformation) static MeshDefinition
PlayerModel.createMesh
(CubeDeformation pCubeDeformation, boolean pSlim) static MeshDefinition
WolfModel.createMeshDefinition
(CubeDeformation pCubeDeformation) Methods in net.minecraft.client.model with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic void
PiglinModel.addHead
(CubeDeformation pCubeDeformation, MeshDefinition pMesh) -
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 pMesh, int pTexWidth, int pTexHeight) Constructors in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifierConstructorDescriptionprivate
LayerDefinition
(MeshDefinition pMesh, MaterialDefinition pMaterial)