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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Fields in net.minecraft.client.render.item.model declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModel
RangeDispatchItemModel.fallback
(package private) static final ItemModel
BundleSelectedItemModel.INSTANCE
static final ItemModel
EmptyItemModel.INSTANCE
private final ItemModel
ItemModel.BakeContext.missingItemModel
The field for themissingItemModel
record component.private final ItemModel[]
RangeDispatchItemModel.models
private final ItemModel
ConditionItemModel.onFalse
private final ItemModel
ConditionItemModel.onTrue
Fields 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 themissingItemModel
record 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 ItemModel
ModelBaker.BlockItemModels.item
The field for theitem
record component.Fields in net.minecraft.client.render.model with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate Map
<Identifier, ItemModel> BakedModelManager.bakedItemModels
private final Map
<Identifier, ItemModel> ModelBaker.BakedModels.itemStackModels
The field for theitemStackModels
record component.Methods in net.minecraft.client.render.model that return ItemModelModifier and TypeMethodDescriptionBakedModelManager.getItemModel
(Identifier id) ModelBaker.BlockItemModels.item()
Returns the value of theitem
record component.Methods in net.minecraft.client.render.model that return types with arguments of type ItemModelModifier and TypeMethodDescriptionModelBaker.BakedModels.itemStackModels()
Returns the value of theitemStackModels
record component.Constructors in net.minecraft.client.render.model with parameters of type ItemModelModifierConstructorDescriptionBlockItemModels
(BlockStateModel blockStateModel, ItemModel itemModel)