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 TypeMethodDescriptionBabyModelTransform.apply(MeshDefinition p_364484_) static MeshDefinitionAbstractEquineModel.createBabyMesh(CubeDeformation pCubeDeformation) protected static MeshDefinitionChickenModel.createBaseChickenModel()(package private) static MeshDefinitionCowModel.createBaseCowModel()protected static MeshDefinitionPigModel.createBasePigModel(CubeDeformation pCubeDeformation) static MeshDefinitionHumanoidArmorModel.createBodyLayer(CubeDeformation pCubeDeformation) static MeshDefinitionAbstractEquineModel.createBodyMesh(CubeDeformation pCubeDeformation) protected static MeshDefinitionCamelModel.createBodyMesh()static MeshDefinitionFelineModel.createBodyMesh(CubeDeformation pCubeDeformation) static MeshDefinitionQuadrupedModel.createBodyMesh(int pYOffset, CubeDeformation pCubeDeformation) static MeshDefinitionVillagerModel.createBodyModel()protected static MeshDefinitionAbstractEquineModel.createFullScaleBabyMesh(CubeDeformation pCubeDeformation) static MeshDefinitionPiglinHeadModel.createHeadModel()static MeshDefinitionSkullModel.createHeadModel()static MeshDefinitionAbstractPiglinModel.createMesh(CubeDeformation pCubeDeformation) private static MeshDefinitionCreakingModel.createMesh()private static MeshDefinitionHoglinModel.createMesh()static MeshDefinitionHumanoidModel.createMesh(CubeDeformation pCubeDeformation, float pYOffset) static MeshDefinitionPlayerModel.createMesh(CubeDeformation pCubeDeformation, boolean pSlim) static MeshDefinitionWolfModel.createMeshDefinition(CubeDeformation pCubeDeformation) private static MeshDefinitionShulkerModel.createShellMesh()private static MeshDefinitionLlamaModel.transformToBaby(MeshDefinition pMesh) Methods in net.minecraft.client.model with parameters of type MeshDefinitionModifier and TypeMethodDescriptionstatic PartDefinitionAbstractPiglinModel.addHead(CubeDeformation pCubeDeformation, MeshDefinition pMesh) BabyModelTransform.apply(MeshDefinition p_364484_) private static MeshDefinitionLlamaModel.transformToBaby(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 that return MeshDefinitionModifier and TypeMethodDescriptionMeshDefinition.apply(MeshTransformer pTransformer) MeshTransformer.apply(MeshDefinition pMesh) MeshDefinition.transformed(UnaryOperator<PartPose> pTransformer) Methods in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifier and TypeMethodDescriptionMeshTransformer.apply(MeshDefinition pMesh) static LayerDefinitionLayerDefinition.create(MeshDefinition pMesh, int pTexWidth, int pTexHeight) Constructors in net.minecraft.client.model.geom.builders with parameters of type MeshDefinitionModifierConstructorDescriptionprivateLayerDefinition(MeshDefinition pMesh, MaterialDefinition pMaterial)