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 ModelTransformationclass_10819.copyTransformations(class_10819 class_10819) static Transformationclass_10819.extractTransformation(class_10819 class_10819, ModelTransformationMode mode) static booleanclass_10819.getAmbientOcclusion(class_10819 class_10819) static Geometryclass_10819.getGeometry(class_10819 class_10819) static UnbakedModel.GuiLightclass_10819.getGuiLight(class_10819 class_10819) static ModelTexturesclass_10819.getTextures(class_10819 class_10819) static class_10809class_10809.method_68001(Baker baker, class_10819 class_10819, ModelTextures modelTextures) -
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 TypeMethodDescriptionReferencedModelsCollector.getMissingModel()Baker.getModel(Identifier identifier) ModelBaker.BakerImpl.getModel(Identifier identifier) ReferencedModelsCollector.class_10814.getParent()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.BlockItemModelsModelBaker.BlockItemModels.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.getProperty(ReferencedModelsCollector.Property<T> property, Function<class_10819, T> fallback) 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)