Uses of Class
net.minecraft.client.render.model.ModelTextures
Packages that use ModelTextures
Package
Description
The base package for all Minecraft classes.
-
Uses of ModelTextures in net.minecraft
Methods in net.minecraft that return ModelTexturesModifier and TypeMethodDescriptiondefault ModelTexturesclass_10819.getTextures()static ModelTexturesclass_10819.getTextures(class_10819 class_10819) Methods in net.minecraft with parameters of type ModelTexturesModifier and TypeMethodDescriptionclass_10802.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) default BakedGeometryclass_10819.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) default Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker) static Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker, class_10813 class_10813) static BakedGeometryclass_10802.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, class_10813 class_10813) static class_10809class_10809.method_68001(Baker baker, class_10819 class_10819, ModelTextures modelTextures) -
Uses of ModelTextures in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTexturesFields in net.minecraft.client.render.model with type parameters of type ModelTexturesModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property<ModelTextures> ReferencedModelsCollector.class_10814.TEXTURE_PROPERTYMethods in net.minecraft.client.render.model that return ModelTexturesModifier and TypeMethodDescriptionModelTextures.Builder.build(class_10813 modelNameSupplier) ReferencedModelsCollector.class_10814.getTextures()Methods in net.minecraft.client.render.model with parameters of type ModelTexturesModifier and TypeMethodDescriptionGeometry.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) ReferencedModelsCollector.class_10814.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) private BakedGeometryReferencedModelsCollector.class_10814.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) ReferencedModelsCollector.class_10814.getParticleTexture(ModelTextures textures, Baker baker) default SpriteErrorCollectingSpriteGetter.method_68061(ModelTextures modelTextures, String string, class_10813 class_10813) -
Uses of ModelTextures in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type ModelTexturesModifier and TypeMethodDescriptionprivate static BakedGeometryGeneratedItemModel.create(ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, class_10813 class_10813) private static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813)