Uses of Interface
net.minecraft.client.render.item.model.ItemModel
Packages that use ItemModel
Package
Description
- 
Uses of ItemModel in net.minecraft.client.itemFields in net.minecraft.client.item with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate final Function<Identifier, ItemModel> ItemModelManager.modelGetter
- 
Uses of ItemModel in net.minecraft.client.render.item.modelClasses in net.minecraft.client.render.item.model that implement ItemModelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.render.item.model declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModelRangeDispatchItemModel.fallback(package private) static final ItemModelBundleSelectedItemModel.INSTANCEstatic final ItemModelEmptyItemModel.INSTANCEprivate final ItemModelItemModel.BakeContext.missingItemModelThe field for themissingItemModelrecord component.private final ItemModel[]RangeDispatchItemModel.modelsprivate final ItemModelConditionItemModel.onFalseprivate final ItemModelConditionItemModel.onTrueFields in net.minecraft.client.render.item.model with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate final Object2ObjectMap<T, ItemModel> SelectItemModel.casesCompositeItemModel.modelsMethods in net.minecraft.client.render.item.model that return ItemModelModifier and TypeMethodDescriptionBasicItemModel.Unbaked.bake(ItemModel.BakeContext context) BundleSelectedItemModel.Unbaked.bake(ItemModel.BakeContext context) CompositeItemModel.Unbaked.bake(ItemModel.BakeContext context) ConditionItemModel.Unbaked.bake(ItemModel.BakeContext context) EmptyItemModel.Unbaked.bake(ItemModel.BakeContext context) ItemModel.Unbaked.bake(ItemModel.BakeContext context) RangeDispatchItemModel.Unbaked.bake(ItemModel.BakeContext context) SelectItemModel.Unbaked.bake(ItemModel.BakeContext context) SelectItemModel.UnbakedSwitch.bake(ItemModel.BakeContext context, ItemModel fallback) SpecialItemModel.Unbaked.bake(ItemModel.BakeContext context) ItemModel.BakeContext.missingItemModel()Returns the value of themissingItemModelrecord component.Methods in net.minecraft.client.render.item.model with parameters of type ItemModelModifier and TypeMethodDescriptionSelectItemModel.UnbakedSwitch.bake(ItemModel.BakeContext context, ItemModel fallback) Constructors in net.minecraft.client.render.item.model with parameters of type ItemModelModifierConstructorDescriptionBakeContext(Baker baker, LoadedEntityModels loadedEntityModels, ItemModel itemModel) ConditionItemModel(BooleanProperty property, ItemModel onTrue, ItemModel onFalse) (package private)RangeDispatchItemModel(NumericProperty property, float scale, float[] thresholds, ItemModel[] models, ItemModel fallback) Constructor parameters in net.minecraft.client.render.item.model with type arguments of type ItemModelModifierConstructorDescriptionCompositeItemModel(List<ItemModel> models) SelectItemModel(SelectProperty<T> property, Object2ObjectMap<T, ItemModel> cases) 
- 
Uses of ItemModel in net.minecraft.client.render.modelFields in net.minecraft.client.render.model declared as ItemModelModifier and TypeFieldDescriptionprivate ItemModelBakedModelManager.missingItemModelprivate final ItemModelModelBaker.BakedModels.missingItemModelThe field for themissingItemModelrecord component.Fields in net.minecraft.client.render.model with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate Map<Identifier, ItemModel> BakedModelManager.bakedItemModelsprivate final Map<Identifier, ItemModel> ModelBaker.BakedModels.itemStackModelsThe field for theitemStackModelsrecord component.Methods in net.minecraft.client.render.model that return ItemModelModifier and TypeMethodDescriptionBakedModelManager.getItemModel(Identifier id) ModelBaker.BakedModels.missingItemModel()Returns the value of themissingItemModelrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type ItemModelModifier and TypeMethodDescriptionModelBaker.BakedModels.itemStackModels()Returns the value of theitemStackModelsrecord component.Constructors in net.minecraft.client.render.model with parameters of type ItemModelModifierConstructorDescriptionBakedModels(BakedModel bakedModel, Map<ModelIdentifier, BakedModel> map, ItemModel itemModel, Map<Identifier, ItemModel> map2, Map<Identifier, ItemAsset.Properties> map3)