Uses of Record Class
net.minecraft.core.ClientAsset
Packages that use ClientAsset
Package
Description
-
Uses of ClientAsset in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type ClientAssetMethods in net.minecraft.advancements that return types with arguments of type ClientAssetConstructor parameters in net.minecraft.advancements with type arguments of type ClientAssetModifierConstructorDescriptionDisplayInfo(ItemStack pIcon, Component pTitle, Component pDescription, Optional<ClientAsset> pBackground, AdvancementType pType, boolean pShowToast, boolean pAnnounceChat, boolean pHidden) -
Uses of ClientAsset in net.minecraft.core
Fields in net.minecraft.core with type parameters of type ClientAssetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ClientAsset> ClientAsset.CODECstatic final com.mojang.serialization.MapCodec<ClientAsset> ClientAsset.DEFAULT_FIELD_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientAsset> ClientAsset.STREAM_CODEC -
Uses of ClientAsset in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as ClientAssetModifier and TypeFieldDescriptionprivate final ClientAssetCatVariant.assetInfoThe field for theassetInforecord component.Methods in net.minecraft.world.entity.animal that return ClientAssetModifier and TypeMethodDescriptionCatVariant.assetInfo()Returns the value of theassetInforecord component.Constructors in net.minecraft.world.entity.animal with parameters of type ClientAssetModifierConstructorDescriptionprivateCatVariant(ClientAsset p_400062_) CatVariant(ClientAsset assetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aCatVariantrecord class. -
Uses of ClientAsset in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog declared as ClientAssetModifier and TypeFieldDescriptionprivate final ClientAssetFrogVariant.assetInfoThe field for theassetInforecord component.Methods in net.minecraft.world.entity.animal.frog that return ClientAssetModifier and TypeMethodDescriptionFrogVariant.assetInfo()Returns the value of theassetInforecord component.Constructors in net.minecraft.world.entity.animal.frog with parameters of type ClientAssetModifierConstructorDescriptionprivateFrogVariant(ClientAsset p_399681_) FrogVariant(ClientAsset assetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aFrogVariantrecord class. -
Uses of ClientAsset in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as ClientAssetModifier and TypeFieldDescriptionprivate final ClientAssetWolfVariant.AssetInfo.angryThe field for theangryrecord component.private final ClientAssetWolfVariant.AssetInfo.tameThe field for thetamerecord component.private final ClientAssetWolfVariant.AssetInfo.wildThe field for thewildrecord component.Methods in net.minecraft.world.entity.animal.wolf that return ClientAssetModifier and TypeMethodDescriptionWolfVariant.AssetInfo.angry()Returns the value of theangryrecord component.WolfVariant.AssetInfo.tame()Returns the value of thetamerecord component.WolfVariant.AssetInfo.wild()Returns the value of thewildrecord component.Constructors in net.minecraft.world.entity.animal.wolf with parameters of type ClientAssetModifierConstructorDescriptionAssetInfo(ClientAsset wild, ClientAsset tame, ClientAsset angry) Creates an instance of aAssetInforecord class. -
Uses of ClientAsset in net.minecraft.world.entity.variant
Fields in net.minecraft.world.entity.variant declared as ClientAssetModifier and TypeFieldDescriptionprivate final ClientAssetModelAndTexture.assetThe field for theassetrecord component.Methods in net.minecraft.world.entity.variant that return ClientAssetModifier and TypeMethodDescriptionModelAndTexture.asset()Returns the value of theassetrecord component.Constructors in net.minecraft.world.entity.variant with parameters of type ClientAssetModifierConstructorDescriptionModelAndTexture(T model, ClientAsset asset) Creates an instance of aModelAndTexturerecord class.