Uses of Class
net.minecraft.client.render.model.ModelTextures
Packages that use 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(SimpleModel modelNameSupplier) default ModelTexturesBakedSimpleModel.getTextures()static ModelTexturesBakedSimpleModel.getTextures(BakedSimpleModel model) ReferencedModelsCollector.class_10814.getTextures()Methods in net.minecraft.client.render.model with parameters of type ModelTexturesModifier and TypeMethodDescriptionGeometry.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) UnbakedGeometry.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) default BakedGeometryBakedSimpleModel.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) ReferencedModelsCollector.class_10814.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) default SpriteErrorCollectingSpriteGetter.get(ModelTextures modelTextures, String string, SimpleModel simpleModel) private BakedGeometryReferencedModelsCollector.class_10814.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) default SpriteBakedSimpleModel.getParticleTexture(ModelTextures textures, Baker baker) static SpriteBakedSimpleModel.getParticleTexture(ModelTextures textures, Baker baker, SimpleModel model) ReferencedModelsCollector.class_10814.getParticleTexture(ModelTextures textures, Baker baker) static BakedGeometryUnbakedGeometry.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel) static ModelSettingsModelSettings.resolveSettings(Baker baker, BakedSimpleModel model, ModelTextures textures) -
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, SimpleModel simpleModel) private static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel)