Uses of Record Class
net.minecraft.client.item.ItemAsset
Packages that use ItemAsset
Package
Description
-
Uses of ItemAsset in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type ItemAssetMethods in net.minecraft.client.data with parameters of type ItemAsset -
Uses of ItemAsset in net.minecraft.client.item
Fields in net.minecraft.client.item declared as ItemAssetModifier and TypeFieldDescriptionItemAssetsLoader.Definition.clientItemInfoThe field for theclientItemInforecord component.Fields in net.minecraft.client.item with type parameters of type ItemAssetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ItemAsset> ItemAsset.CODECprivate final Map<Identifier, ItemAsset> ItemAssetsLoader.Result.contentsThe field for thecontentsrecord component.Methods in net.minecraft.client.item that return ItemAssetModifier and TypeMethodDescriptionItemAssetsLoader.Definition.clientItemInfo()Returns the value of theclientItemInforecord component.ItemAsset.withContextSwapper(ContextSwapper contextSwapper) Methods in net.minecraft.client.item that return types with arguments of type ItemAssetModifier and TypeMethodDescriptionItemAssetsLoader.Result.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.client.item with parameters of type ItemAssetModifierConstructorDescription(package private)Definition(Identifier identifier, @Nullable ItemAsset itemAsset) Constructor parameters in net.minecraft.client.item with type arguments of type ItemAsset -
Uses of ItemAsset in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ItemAsset