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.clientItemInfo
The field for theclientItemInfo
record component.Fields in net.minecraft.client.item with type parameters of type ItemAssetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemAsset> ItemAsset.CODEC
private final Map
<Identifier, ItemAsset> ItemAssetsLoader.Result.contents
The field for thecontents
record component.Methods in net.minecraft.client.item that return ItemAssetModifier and TypeMethodDescriptionItemAssetsLoader.Definition.clientItemInfo()
Returns the value of theclientItemInfo
record component.Methods in net.minecraft.client.item that return types with arguments of type ItemAssetModifier and TypeMethodDescriptionItemAssetsLoader.Result.contents()
Returns the value of thecontents
record 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