Uses of Interface
net.minecraft.client.renderer.item.ItemModel
Packages that use ItemModel
Package
Description
-
Uses of ItemModel in net.minecraft.client.renderer.item
Classes in net.minecraft.client.renderer.item that implement ItemModelModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Fields in net.minecraft.client.renderer.item declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModel
RangeSelectItemModel.fallback
(package private) static final ItemModel
BundleSelectedItemSpecialRenderer.INSTANCE
static final ItemModel
EmptyModel.INSTANCE
private final ItemModel
ItemModel.BakingContext.missingItemModel
The field for themissingItemModel
record component.private final ItemModel[]
RangeSelectItemModel.models
private final ItemModel
ConditionalItemModel.onFalse
private final ItemModel
ConditionalItemModel.onTrue
Fields in net.minecraft.client.renderer.item with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate final Function
<ResourceLocation, ItemModel> ItemModelResolver.modelGetter
CompositeModel.models
Methods in net.minecraft.client.renderer.item that return ItemModelModifier and TypeMethodDescriptionBlockModelWrapper.Unbaked.bake
(ItemModel.BakingContext pContext) BundleSelectedItemSpecialRenderer.Unbaked.bake
(ItemModel.BakingContext p_387672_) CompositeModel.Unbaked.bake
(ItemModel.BakingContext pContext) ConditionalItemModel.Unbaked.bake
(ItemModel.BakingContext pContext) EmptyModel.Unbaked.bake
(ItemModel.BakingContext p_390519_) ItemModel.Unbaked.bake
(ItemModel.BakingContext pContext) RangeSelectItemModel.Unbaked.bake
(ItemModel.BakingContext p_388005_) SelectItemModel.Unbaked.bake
(ItemModel.BakingContext pContext) SelectItemModel.UnbakedSwitch.bake
(ItemModel.BakingContext pBakingContext, ItemModel pModel) SpecialModelWrapper.Unbaked.bake
(ItemModel.BakingContext pContext) SelectItemModel.ModelSelector.get
(T pPropertyValue, ClientLevel pLevel) ItemModel.BakingContext.missingItemModel()
Returns the value of themissingItemModel
record component.Methods in net.minecraft.client.renderer.item with parameters of type ItemModelModifier and TypeMethodDescriptionSelectItemModel.UnbakedSwitch.bake
(ItemModel.BakingContext pBakingContext, ItemModel pModel) Method parameters in net.minecraft.client.renderer.item with type arguments of type ItemModelModifier and TypeMethodDescriptionprivate SelectItemModel.ModelSelector
<T> SelectItemModel.UnbakedSwitch.createModelGetter
(it.unimi.dsi.fastutil.objects.Object2ObjectMap<T, ItemModel> p_400045_, RegistryContextSwapper p_399763_) Constructors in net.minecraft.client.renderer.item with parameters of type ItemModelModifierConstructorDescriptionBakingContext
(ModelBaker blockModelBaker, EntityModelSet entityModelSet, ItemModel missingItemModel, RegistryContextSwapper contextSwapper) Creates an instance of aBakingContext
record class.ConditionalItemModel
(ItemModelPropertyTest pProperty, ItemModel pOnTrue, ItemModel pOnFalse) (package private)
RangeSelectItemModel
(RangeSelectItemModelProperty pProperty, float pScale, float[] pThresholds, ItemModel[] pModels, ItemModel pFallback) Constructor parameters in net.minecraft.client.renderer.item with type arguments of type ItemModel -
Uses of ItemModel in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModel
ModelBakery.MissingModels.item
The field for theitem
record component.Fields in net.minecraft.client.resources.model with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate Map
<ResourceLocation, ItemModel> ModelManager.bakedItemStackModels
private final Map
<ResourceLocation, ItemModel> ModelBakery.BakingResult.itemStackModels
The field for theitemStackModels
record component.Methods in net.minecraft.client.resources.model that return ItemModelModifier and TypeMethodDescriptionModelManager.getItemModel
(ResourceLocation pModelLocation) ModelBakery.MissingModels.item()
Returns the value of theitem
record component.Methods in net.minecraft.client.resources.model that return types with arguments of type ItemModelModifier and TypeMethodDescriptionModelBakery.BakingResult.itemStackModels()
Returns the value of theitemStackModels
record component.Constructors in net.minecraft.client.resources.model with parameters of type ItemModelModifierConstructorDescriptionMissingModels
(BlockStateModel block, ItemModel item) Creates an instance of aMissingModels
record class. -
Uses of ItemModel in net.neoforged.neoforge.client.model.item
Classes in net.neoforged.neoforge.client.model.item that implement ItemModelModifier and TypeClassDescriptionclass
A dynamic fluid container model, capable of re-texturing itself at runtime to match the contained fluid.Fields in net.neoforged.neoforge.client.model.item with type parameters of type ItemModelMethods in net.neoforged.neoforge.client.model.item that return ItemModelModifier and TypeMethodDescriptionDynamicFluidContainerModel.Unbaked.bake
(ItemModel.BakingContext bakingContext) private ItemModel
DynamicFluidContainerModel.bakeModelForFluid
(Fluid fluid)