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 ItemModelModifier and TypeFieldDescriptionprivate final Object2ObjectMap
<T, ItemModel> SelectItemModel.cases
CompositeItemModel.models
Methods 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 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) 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.model
Fields in net.minecraft.client.render.model declared as ItemModelModifier and TypeFieldDescriptionprivate ItemModel
BakedModelManager.missingItemModel
private final ItemModel
ModelBaker.BakedModels.missingItemModel
The field for themissingItemModel
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.BakedModels.missingItemModel()
Returns the value of themissingItemModel
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 ItemModelModifierConstructorDescriptionBakedModels
(BakedModel bakedModel, Map<ModelIdentifier, BakedModel> map, ItemModel itemModel, Map<Identifier, ItemModel> map2, Map<Identifier, ItemAsset.Properties> map3)