Uses of Class
net.minecraft.client.renderer.item.MissingItemModel
Packages that use MissingItemModel
-
Uses of MissingItemModel in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as MissingItemModelModifier and TypeFieldDescriptionprivate final MissingItemModelItemModel.BakingContext.missingItemModelThe field for themissingItemModelrecord component.Methods in net.minecraft.client.renderer.item that return MissingItemModelModifier and TypeMethodDescriptionItemModel.BakingContext.missingItemModel()Returns the value of themissingItemModelrecord component.ItemModel.BakingContext.missingItemModel(org.joml.Matrix4fc transformation) MissingItemModel.withTransform(org.joml.Matrix4fc transform) Constructors in net.minecraft.client.renderer.item with parameters of type MissingItemModelModifierConstructorDescriptionBakingContext(ModelBaker blockModelBaker, EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, MissingItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper) Deprecated.BakingContext(ModelBaker blockModelBaker, EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, MissingItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
Uses of MissingItemModel in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as MissingItemModelModifier and TypeFieldDescriptionprivate final MissingItemModelModelBakery.MissingModels.itemThe field for theitemrecord component.Methods in net.minecraft.client.resources.model that return MissingItemModelModifier and TypeMethodDescriptionModelBakery.MissingModels.item()Returns the value of theitemrecord component.Constructors in net.minecraft.client.resources.model with parameters of type MissingItemModelModifierConstructorDescriptionMissingModels(BlockStateModelPart blockPart, BlockStateModel block, MissingItemModel item, FluidModel fluid) Creates an instance of aMissingModelsrecord class.
BakingContext(ModelBaker, EntityModelSet, SpriteGetter, PlayerSkinRenderCache, MissingItemModel, RegistryContextSwapper, net.neoforged.neoforge.client.entity.animation.json.AnimationLoader.PendingAnimations)instead