Uses of Interface
net.minecraft.class_10819
Packages that use class_10819
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10819 in net.minecraft
Methods in net.minecraft that return class_10819Methods in net.minecraft with parameters of type class_10819Modifier and TypeMethodDescriptionstatic class_10809class_10809.method_68001(Baker baker, class_10819 class_10819, ModelTextures modelTextures) static ModelTexturesclass_10819.method_68055(class_10819 class_10819) static Transformationclass_10819.method_68056(class_10819 class_10819, ModelTransformationMode modelTransformationMode) static booleanclass_10819.method_68057(class_10819 class_10819) static UnbakedModel.GuiLightclass_10819.method_68058(class_10819 class_10819) static class_10820class_10819.method_68059(class_10819 class_10819) static ModelTransformationclass_10819.method_68060(class_10819 class_10819) -
Uses of class_10819 in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement class_10819Fields in net.minecraft.client.render.model declared as class_10819Modifier and TypeFieldDescriptionprivate final class_10819BakedModelManager.class_10816.missingThe field for themissingrecord component.(package private) final class_10819ModelBaker.missingModelFields in net.minecraft.client.render.model with type parameters of type class_10819Modifier and TypeFieldDescription(package private) final Map<Identifier, class_10819> ModelBaker.field_56986private final Map<Identifier, class_10819> BakedModelManager.class_10816.modelsThe field for themodelsrecord component.Methods in net.minecraft.client.render.model that return class_10819Modifier and TypeMethodDescriptionBaker.getModel(Identifier identifier) ModelBaker.BakerImpl.getModel(Identifier identifier) ReferencedModelsCollector.method_68022()ReferencedModelsCollector.class_10814.method_68038()BakedModelManager.class_10816.missing()Returns the value of themissingrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type class_10819Modifier and TypeMethodDescriptionReferencedModelsCollector.method_68028()BakedModelManager.class_10816.models()Returns the value of themodelsrecord component.Methods in net.minecraft.client.render.model with parameters of type class_10819Modifier and TypeMethodDescriptionstatic ModelBaker.class_10812ModelBaker.class_10812.method_68021(class_10819 class_10819, ErrorCollectingSpriteGetter errorCollectingSpriteGetter) Method parameters in net.minecraft.client.render.model with type arguments of type class_10819Modifier and TypeMethodDescriptionprivate <T> TReferencedModelsCollector.class_10814.method_68037(ReferencedModelsCollector.class_10815<T> class_10815, Function<class_10819, T> function) Constructors in net.minecraft.client.render.model with parameters of type class_10819ModifierConstructorDescription(package private)class_10816(class_10819 class_10819, Map<Identifier, class_10819> map) ModelBaker(LoadedEntityModels entityModels, Map<BlockState, BakedModel.GroupableModel> blockModels, Map<Identifier, ItemAsset> itemModels, Map<Identifier, class_10819> allModels, class_10819 missingModel) Constructor parameters in net.minecraft.client.render.model with type arguments of type class_10819ModifierConstructorDescription(package private)class_10816(class_10819 class_10819, Map<Identifier, class_10819> map)