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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.renderer.item declared as ItemModelModifier and TypeFieldDescriptionprivate final ItemModelRangeSelectItemModel.fallbackprivate static final ItemModelBundleSelectedItemSpecialRenderer.INSTANCEstatic final ItemModelEmptyModel.INSTANCEprivate final ItemModel[]RangeSelectItemModel.modelsprivate final ItemModelConditionalItemModel.onFalseprivate final ItemModelConditionalItemModel.onTrueFields in net.minecraft.client.renderer.item with type parameters of type ItemModelMethods in net.minecraft.client.renderer.item that return ItemModelModifier and TypeMethodDescriptionBundleSelectedItemSpecialRenderer.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) CompositeModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) ConditionalItemModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) CuboidItemModelWrapper.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) EmptyModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) ItemModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) RangeSelectItemModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) SelectItemModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) SelectItemModel.UnbakedSwitch.bake(ItemModel.BakingContext context, Matrix4fc transformation, ItemModel fallback) SpecialModelWrapper.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) SelectItemModel.ModelSelector.get(@Nullable T value, @Nullable ClientLevel context) private ItemModelItemModelResolver.getItemModel(Identifier modelId) Methods in net.minecraft.client.renderer.item with parameters of type ItemModelModifier and TypeMethodDescriptionSelectItemModel.UnbakedSwitch.bake(ItemModel.BakingContext context, Matrix4fc transformation, ItemModel fallback) 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> originalModels, @Nullable RegistryContextSwapper registrySwapper) Constructors in net.minecraft.client.renderer.item with parameters of type ItemModelModifierConstructorDescriptionConditionalItemModel(ItemModelPropertyTest property, ItemModel onTrue, ItemModel onFalse) privateRangeSelectItemModel(RangeSelectItemModelProperty property, float scale, float[] thresholds, ItemModel[] models, ItemModel fallback) 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 with type parameters of type ItemModelModifier and TypeFieldDescriptionprivate Map<Identifier, ItemModel> ModelManager.bakedItemStackModelsprivate final Map<Identifier, ItemModel> ModelBakery.BakingResult.itemStackModelsThe field for theitemStackModelsrecord component.Methods in net.minecraft.client.resources.model that return ItemModelMethods in net.minecraft.client.resources.model that return types with arguments of type ItemModelModifier and TypeMethodDescriptionModelBakery.BakingResult.itemStackModels()Returns the value of theitemStackModelsrecord component. -
Uses of ItemModel in net.neoforged.neoforge.client.model.item
Classes in net.neoforged.neoforge.client.model.item that implement ItemModelModifier and TypeClassDescriptionclassA dynamic fluid container model, capable of re-texturing itself at runtime to match the contained fluid.classA dynamic model that applies an armor trim texture on top of an existing model when the trim component exists.Fields in net.neoforged.neoforge.client.model.item declared as ItemModelFields in net.neoforged.neoforge.client.model.item with type parameters of type ItemModelModifier and TypeFieldDescriptionDynamicFluidContainerModel.cacheTrimmedArmorModel.itemsWithTrimsMethods in net.neoforged.neoforge.client.model.item that return ItemModelModifier and TypeMethodDescriptionDynamicFluidContainerModel.Unbaked.bake(ItemModel.BakingContext bakingContext, Matrix4fc transformation) TrimmedArmorModel.Unbaked.bake(ItemModel.BakingContext context, Matrix4fc transformation) private ItemModelDynamicFluidContainerModel.bakeModelForFluid(Fluid fluid) private ItemModelTrimmedArmorModel.createTrimLayer(String suffix) Constructors in net.neoforged.neoforge.client.model.item with parameters of type ItemModelModifierConstructorDescriptionprivateTrimmedArmorModel(ItemModel baseModel, Identifier baseTrimTexture, ItemModel.BakingContext bakingContext, Matrix4fc transformation)