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