Uses of Record Class
net.minecraft.util.AssetInfo
Packages that use AssetInfo
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of AssetInfo in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type AssetInfoMethods in net.minecraft.advancement that return types with arguments of type AssetInfoConstructor parameters in net.minecraft.advancement with type arguments of type AssetInfoModifierConstructorDescriptionAdvancementDisplay(ItemStack icon, Text title, Text description, Optional<AssetInfo> background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) -
Uses of AssetInfo in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as AssetInfoModifier and TypeFieldDescriptionprivate final AssetInfoWolfVariant.WolfAssetInfo.angryThe field for theangryrecord component.private final AssetInfoCatVariant.assetInfoThe field for theassetInforecord component.private final AssetInfoFrogVariant.assetInfoThe field for theassetInforecord component.private final AssetInfoWolfVariant.WolfAssetInfo.tameThe field for thetamerecord component.private final AssetInfoWolfVariant.WolfAssetInfo.wildThe field for thewildrecord component.Methods in net.minecraft.entity.passive that return AssetInfoModifier 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 AssetInfoModifierConstructorDescriptionprivateCatVariant(AssetInfo assetInfo) CatVariant(AssetInfo assetInfo, SpawnConditionSelectors spawnConditionSelectors) privateFrogVariant(AssetInfo assetInfo) FrogVariant(AssetInfo assetInfo, SpawnConditionSelectors spawnConditionSelectors) WolfAssetInfo(AssetInfo assetInfo, AssetInfo assetInfo2, AssetInfo assetInfo3) -
Uses of AssetInfo in net.minecraft.util
Fields in net.minecraft.util declared as AssetInfoModifier and TypeFieldDescriptionprivate final AssetInfoModelAndTexture.assetThe field for theassetrecord component.Fields in net.minecraft.util with type parameters of type AssetInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AssetInfo> AssetInfo.CODECstatic final com.mojang.serialization.MapCodec<AssetInfo> AssetInfo.MAP_CODECstatic final PacketCodec<ByteBuf, AssetInfo> AssetInfo.PACKET_CODECMethods in net.minecraft.util that return AssetInfoModifier and TypeMethodDescriptionModelAndTexture.asset()Returns the value of theassetrecord component.Constructors in net.minecraft.util with parameters of type AssetInfo