Uses of Interface
net.minecraft.client.render.item.model.ItemModel
Packages that use ItemModel
Package
Description
-
Uses of ItemModel in net.minecraft.client.item
Fields 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.model
Classes 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 ItemModelMethods 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) SelectItemModel.ModelSelector.get(T propertyValue, @Nullable ClientWorld world) 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) Method parameters in net.minecraft.client.render.item.model with type arguments of type ItemModelModifier and TypeMethodDescriptionprivate SelectItemModel.ModelSelector<T> SelectItemModel.UnbakedSwitch.buildModelSelector(Object2ObjectMap<T, ItemModel> models, @Nullable ContextSwapper contextSwapper) Constructors in net.minecraft.client.render.item.model with parameters of type ItemModelModifierConstructorDescriptionBakeContext(Baker baker, LoadedEntityModels loadedEntityModels, ItemModel itemModel, @Nullable ContextSwapper contextSwapper) ConditionItemModel(PropertyTester 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 ItemModel -
Uses of ItemModel in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModelModelBaker.BlockItemModels.itemThe field for theitemrecord 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.BlockItemModels.item()Returns the value of theitemrecord 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 ItemModelModifierConstructorDescriptionBlockItemModels(BlockStateModel blockStateModel, ItemModel itemModel)