Uses of Record Class
net.minecraft.util.AssetInfo.TextureAssetInfo
Packages that use AssetInfo.TextureAssetInfo
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of AssetInfo.TextureAssetInfo in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type AssetInfo.TextureAssetInfoModifier and TypeFieldDescriptionprivate final Optional<AssetInfo.TextureAssetInfo> AdvancementDisplay.backgroundMethods in net.minecraft.advancement that return types with arguments of type AssetInfo.TextureAssetInfoConstructor parameters in net.minecraft.advancement with type arguments of type AssetInfo.TextureAssetInfoModifierConstructorDescriptionAdvancementDisplay(ItemStack icon, Text title, Text description, Optional<AssetInfo.TextureAssetInfo> background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)  - 
Uses of AssetInfo.TextureAssetInfo in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as AssetInfo.TextureAssetInfoModifier and TypeFieldDescriptionprivate final AssetInfo.TextureAssetInfoWolfVariant.WolfAssetInfo.angryThe field for theangryrecord component.private final AssetInfo.TextureAssetInfoCatVariant.assetInfoThe field for theassetInforecord component.private final AssetInfo.TextureAssetInfoFrogVariant.assetInfoThe field for theassetInforecord component.private final AssetInfo.TextureAssetInfoWolfVariant.WolfAssetInfo.tameThe field for thetamerecord component.private final AssetInfo.TextureAssetInfoWolfVariant.WolfAssetInfo.wildThe field for thewildrecord component.Methods in net.minecraft.entity.passive that return AssetInfo.TextureAssetInfoModifier and TypeMethodDescriptionWolfVariant.WolfAssetInfo.angry()Returns the value of theangryrecord component.CatVariant.assetInfo()Returns the value of theassetInforecord component.FrogVariant.assetInfo()Returns the value of theassetInforecord component.WolfVariant.WolfAssetInfo.tame()Returns the value of thetamerecord component.WolfVariant.WolfAssetInfo.wild()Returns the value of thewildrecord component.Constructors in net.minecraft.entity.passive with parameters of type AssetInfo.TextureAssetInfoModifierConstructorDescriptionprivateCatVariant(AssetInfo.TextureAssetInfo assetInfo) CatVariant(AssetInfo.TextureAssetInfo textureAssetInfo, SpawnConditionSelectors spawnConditionSelectors) privateFrogVariant(AssetInfo.TextureAssetInfo assetInfo) FrogVariant(AssetInfo.TextureAssetInfo textureAssetInfo, SpawnConditionSelectors spawnConditionSelectors) WolfAssetInfo(AssetInfo.TextureAssetInfo textureAssetInfo, AssetInfo.TextureAssetInfo textureAssetInfo2, AssetInfo.TextureAssetInfo textureAssetInfo3)  - 
Uses of AssetInfo.TextureAssetInfo in net.minecraft.entity.player
Fields in net.minecraft.entity.player with type parameters of type AssetInfo.TextureAssetInfoModifier and TypeFieldDescriptionprivate final Optional<AssetInfo.TextureAssetInfo> SkinTextures.SkinOverride.bodyThe field for thebodyrecord component.private final Optional<AssetInfo.TextureAssetInfo> SkinTextures.SkinOverride.capeThe field for thecaperecord component.private final Optional<AssetInfo.TextureAssetInfo> SkinTextures.SkinOverride.elytraThe field for theelytrarecord component.Methods in net.minecraft.entity.player that return types with arguments of type AssetInfo.TextureAssetInfoModifier and TypeMethodDescriptionSkinTextures.SkinOverride.body()Returns the value of thebodyrecord component.SkinTextures.SkinOverride.cape()Returns the value of thecaperecord component.SkinTextures.SkinOverride.elytra()Returns the value of theelytrarecord component.Method parameters in net.minecraft.entity.player with type arguments of type AssetInfo.TextureAssetInfoModifier and TypeMethodDescriptionstatic SkinTextures.SkinOverrideSkinTextures.SkinOverride.create(Optional<AssetInfo.TextureAssetInfo> texture, Optional<AssetInfo.TextureAssetInfo> cape, Optional<AssetInfo.TextureAssetInfo> elytra, Optional<PlayerSkinType> model) Constructor parameters in net.minecraft.entity.player with type arguments of type AssetInfo.TextureAssetInfoModifierConstructorDescriptionSkinOverride(Optional<AssetInfo.TextureAssetInfo> optional, Optional<AssetInfo.TextureAssetInfo> optional2, Optional<AssetInfo.TextureAssetInfo> optional3, Optional<PlayerSkinType> optional4)  - 
Uses of AssetInfo.TextureAssetInfo in net.minecraft.util
Fields in net.minecraft.util declared as AssetInfo.TextureAssetInfoModifier and TypeFieldDescriptionprivate final AssetInfo.TextureAssetInfoModelAndTexture.assetThe field for theassetrecord component.Fields in net.minecraft.util with type parameters of type AssetInfo.TextureAssetInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AssetInfo.TextureAssetInfo> AssetInfo.TextureAssetInfo.CODECstatic final com.mojang.serialization.MapCodec<AssetInfo.TextureAssetInfo> AssetInfo.TextureAssetInfo.MAP_CODECstatic final PacketCodec<ByteBuf, AssetInfo.TextureAssetInfo> AssetInfo.TextureAssetInfo.PACKET_CODECMethods in net.minecraft.util that return AssetInfo.TextureAssetInfoModifier and TypeMethodDescriptionModelAndTexture.asset()Returns the value of theassetrecord component.Constructors in net.minecraft.util with parameters of type AssetInfo.TextureAssetInfo