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 AssetInfo
WolfVariant.WolfAssetInfo.angry
The field for theangry
record component.private final AssetInfo
CatVariant.assetInfo
The field for theassetInfo
record component.private final AssetInfo
FrogVariant.assetInfo
The field for theassetInfo
record component.private final AssetInfo
WolfVariant.WolfAssetInfo.tame
The field for thetame
record component.private final AssetInfo
WolfVariant.WolfAssetInfo.wild
The field for thewild
record component.Methods in net.minecraft.entity.passive that return AssetInfoModifier and TypeMethodDescriptionWolfVariant.WolfAssetInfo.angry()
Returns the value of theangry
record component.CatVariant.assetInfo()
Returns the value of theassetInfo
record component.FrogVariant.assetInfo()
Returns the value of theassetInfo
record component.WolfVariant.WolfAssetInfo.tame()
Returns the value of thetame
record component.WolfVariant.WolfAssetInfo.wild()
Returns the value of thewild
record component.Constructors in net.minecraft.entity.passive with parameters of type AssetInfoModifierConstructorDescriptionprivate
CatVariant
(AssetInfo assetInfo) CatVariant
(AssetInfo assetInfo, SpawnConditionSelectors spawnConditionSelectors) private
FrogVariant
(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 AssetInfo
ModelAndTexture.asset
The field for theasset
record component.Fields in net.minecraft.util with type parameters of type AssetInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AssetInfo> AssetInfo.CODEC
static final com.mojang.serialization.MapCodec
<AssetInfo> AssetInfo.MAP_CODEC
static final PacketCodec
<ByteBuf, AssetInfo> AssetInfo.PACKET_CODEC
Methods in net.minecraft.util that return AssetInfoModifier and TypeMethodDescriptionModelAndTexture.asset()
Returns the value of theasset
record component.Constructors in net.minecraft.util with parameters of type AssetInfo