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 p_14969_, Component p_14970_, Component p_14971_, Optional<ClientAsset> p_312452_, AdvancementType p_312497_, boolean p_14974_, boolean p_14975_, boolean p_14976_) -
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.CODEC
static final com.mojang.serialization.MapCodec
<ClientAsset> ClientAsset.DEFAULT_FIELD_CODEC
static 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 ClientAsset
CatVariant.assetInfo
The field for theassetInfo
record component.Methods in net.minecraft.world.entity.animal that return ClientAssetModifier and TypeMethodDescriptionCatVariant.assetInfo()
Returns the value of theassetInfo
record component.Constructors in net.minecraft.world.entity.animal with parameters of type ClientAssetModifierConstructorDescriptionprivate
CatVariant
(ClientAsset p_400062_) CatVariant
(ClientAsset assetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aCatVariant
record 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 ClientAsset
FrogVariant.assetInfo
The field for theassetInfo
record component.Methods in net.minecraft.world.entity.animal.frog that return ClientAssetModifier and TypeMethodDescriptionFrogVariant.assetInfo()
Returns the value of theassetInfo
record component.Constructors in net.minecraft.world.entity.animal.frog with parameters of type ClientAssetModifierConstructorDescriptionprivate
FrogVariant
(ClientAsset p_399681_) FrogVariant
(ClientAsset assetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aFrogVariant
record 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 ClientAsset
WolfVariant.AssetInfo.angry
The field for theangry
record component.private final ClientAsset
WolfVariant.AssetInfo.tame
The field for thetame
record component.private final ClientAsset
WolfVariant.AssetInfo.wild
The field for thewild
record component.Methods in net.minecraft.world.entity.animal.wolf that return ClientAssetModifier and TypeMethodDescriptionWolfVariant.AssetInfo.angry()
Returns the value of theangry
record component.WolfVariant.AssetInfo.tame()
Returns the value of thetame
record component.WolfVariant.AssetInfo.wild()
Returns the value of thewild
record component.Constructors in net.minecraft.world.entity.animal.wolf with parameters of type ClientAssetModifierConstructorDescriptionAssetInfo
(ClientAsset wild, ClientAsset tame, ClientAsset angry) Creates an instance of aAssetInfo
record class. -
Uses of ClientAsset in net.minecraft.world.entity.variant
Fields in net.minecraft.world.entity.variant declared as ClientAssetModifier and TypeFieldDescriptionprivate final ClientAsset
ModelAndTexture.asset
The field for theasset
record component.Methods in net.minecraft.world.entity.variant that return ClientAssetModifier and TypeMethodDescriptionModelAndTexture.asset()
Returns the value of theasset
record component.Constructors in net.minecraft.world.entity.variant with parameters of type ClientAssetModifierConstructorDescriptionModelAndTexture
(T model, ClientAsset asset) Creates an instance of aModelAndTexture
record class.