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 p_388226_) BundleSelectedItemSpecialRenderer.Unbaked.bake
(ItemModel.BakingContext p_387672_) CompositeModel.Unbaked.bake
(ItemModel.BakingContext p_388240_) ConditionalItemModel.Unbaked.bake
(ItemModel.BakingContext p_388309_) EmptyModel.Unbaked.bake
(ItemModel.BakingContext p_390519_) ItemModel.Unbaked.bake
(ItemModel.BakingContext p_388470_) RangeSelectItemModel.Unbaked.bake
(ItemModel.BakingContext p_388005_) SelectItemModel.Unbaked.bake
(ItemModel.BakingContext p_388757_) SelectItemModel.UnbakedSwitch.bake
(ItemModel.BakingContext p_386650_, ItemModel p_388617_) SpecialModelWrapper.Unbaked.bake
(ItemModel.BakingContext p_388760_) SelectItemModel.ModelSelector.get
(T p_399890_, ClientLevel p_400040_) 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 p_386650_, ItemModel p_388617_) 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 p_400221_, ItemModel p_387738_, ItemModel p_388649_) (package private)
RangeSelectItemModel
(RangeSelectItemModelProperty p_387657_, float p_387313_, float[] p_388061_, ItemModel[] p_387161_, ItemModel p_388319_) 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 p_387691_) 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)