Uses of Record Class
net.minecraft.core.ClientAsset.ResourceTexture
Packages that use ClientAsset.ResourceTexture
Package
Description
-
Uses of ClientAsset.ResourceTexture in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final Optional<ClientAsset.ResourceTexture> DisplayInfo.backgroundMethods in net.minecraft.advancements that return types with arguments of type ClientAsset.ResourceTextureConstructor parameters in net.minecraft.advancements with type arguments of type ClientAsset.ResourceTextureModifierConstructorDescriptionDisplayInfo(ItemStackTemplate icon, Component title, Component description, Optional<ClientAsset.ResourceTexture> background, AdvancementType type, boolean showToast, boolean announceChat, boolean hidden) -
Uses of ClientAsset.ResourceTexture in net.minecraft.core
Fields in net.minecraft.core with type parameters of type ClientAsset.ResourceTextureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ClientAsset.ResourceTexture> ClientAsset.ResourceTexture.CODECstatic final com.mojang.serialization.MapCodec<ClientAsset.ResourceTexture> ClientAsset.ResourceTexture.DEFAULT_FIELD_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientAsset.ResourceTexture> ClientAsset.ResourceTexture.STREAM_CODEC -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.chicken
Fields in net.minecraft.world.entity.animal.chicken declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureChickenVariant.babyTextureThe field for thebabyTexturerecord component.Methods in net.minecraft.world.entity.animal.chicken that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionChickenVariant.babyTexture()Returns the value of thebabyTexturerecord component.Constructors in net.minecraft.world.entity.animal.chicken with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionprivateChickenVariant(ModelAndTexture<ChickenVariant.ModelType> assetInfo, ClientAsset.ResourceTexture babyTexture) ChickenVariant(ModelAndTexture<ChickenVariant.ModelType> modelAndTexture, ClientAsset.ResourceTexture babyTexture, SpawnPrioritySelectors spawnConditions) Creates an instance of aChickenVariantrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.cow
Fields in net.minecraft.world.entity.animal.cow declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureCowVariant.babyTextureThe field for thebabyTexturerecord component.Methods in net.minecraft.world.entity.animal.cow that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionCowVariant.babyTexture()Returns the value of thebabyTexturerecord component.Constructors in net.minecraft.world.entity.animal.cow with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionprivateCowVariant(ModelAndTexture<CowVariant.ModelType> assetInfo, ClientAsset.ResourceTexture babyTexture) CowVariant(ModelAndTexture<CowVariant.ModelType> modelAndTexture, ClientAsset.ResourceTexture babyTexture, SpawnPrioritySelectors spawnConditions) Creates an instance of aCowVariantrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.feline
Fields in net.minecraft.world.entity.animal.feline declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureCatVariant.adultAssetInfoThe field for theadultAssetInforecord component.private final ClientAsset.ResourceTextureCatVariant.babyAssetInfoThe field for thebabyAssetInforecord component.Methods in net.minecraft.world.entity.animal.feline that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionCatVariant.adultAssetInfo()Returns the value of theadultAssetInforecord component.CatVariant.assetInfo(boolean isBaby) CatVariant.babyAssetInfo()Returns the value of thebabyAssetInforecord component.Constructors in net.minecraft.world.entity.animal.feline with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionprivateCatVariant(ClientAsset.ResourceTexture adultAssetInfo, ClientAsset.ResourceTexture babyAssetInfo) CatVariant(ClientAsset.ResourceTexture adultAssetInfo, ClientAsset.ResourceTexture babyAssetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aCatVariantrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureFrogVariant.assetInfoThe field for theassetInforecord component.Methods in net.minecraft.world.entity.animal.frog that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionFrogVariant.assetInfo()Returns the value of theassetInforecord component.Constructors in net.minecraft.world.entity.animal.frog with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionprivateFrogVariant(ClientAsset.ResourceTexture assetInfo) FrogVariant(ClientAsset.ResourceTexture assetInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aFrogVariantrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.pig
Fields in net.minecraft.world.entity.animal.pig declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTexturePigVariant.babyTextureThe field for thebabyTexturerecord component.Methods in net.minecraft.world.entity.animal.pig that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionPigVariant.babyTexture()Returns the value of thebabyTexturerecord component.Constructors in net.minecraft.world.entity.animal.pig with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionprivatePigVariant(ModelAndTexture<PigVariant.ModelType> assetInfo, ClientAsset.ResourceTexture babyTexture) PigVariant(ModelAndTexture<PigVariant.ModelType> modelAndTexture, ClientAsset.ResourceTexture babyTexture, SpawnPrioritySelectors spawnConditions) Creates an instance of aPigVariantrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureWolfVariant.AssetInfo.angryThe field for theangryrecord component.private final ClientAsset.ResourceTextureWolfVariant.AssetInfo.tameThe field for thetamerecord component.private final ClientAsset.ResourceTextureWolfVariant.AssetInfo.wildThe field for thewildrecord component.Methods in net.minecraft.world.entity.animal.wolf that return ClientAsset.ResourceTextureModifier 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 ClientAsset.ResourceTextureModifierConstructorDescriptionAssetInfo(ClientAsset.ResourceTexture wild, ClientAsset.ResourceTexture tame, ClientAsset.ResourceTexture angry) Creates an instance of aAssetInforecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final Optional<ClientAsset.ResourceTexture> PlayerSkin.Patch.bodyThe field for thebodyrecord component.private final Optional<ClientAsset.ResourceTexture> PlayerSkin.Patch.capeThe field for thecaperecord component.private final Optional<ClientAsset.ResourceTexture> PlayerSkin.Patch.elytraThe field for theelytrarecord component.Methods in net.minecraft.world.entity.player that return types with arguments of type ClientAsset.ResourceTextureModifier and TypeMethodDescriptionPlayerSkin.Patch.body()Returns the value of thebodyrecord component.PlayerSkin.Patch.cape()Returns the value of thecaperecord component.PlayerSkin.Patch.elytra()Returns the value of theelytrarecord component.Method parameters in net.minecraft.world.entity.player with type arguments of type ClientAsset.ResourceTextureModifier and TypeMethodDescriptionstatic PlayerSkin.PatchPlayerSkin.Patch.create(Optional<ClientAsset.ResourceTexture> texture, Optional<ClientAsset.ResourceTexture> capeTexture, Optional<ClientAsset.ResourceTexture> elytraTexture, Optional<PlayerModelType> model) Constructor parameters in net.minecraft.world.entity.player with type arguments of type ClientAsset.ResourceTextureModifierConstructorDescriptionPatch(Optional<ClientAsset.ResourceTexture> body, Optional<ClientAsset.ResourceTexture> cape, Optional<ClientAsset.ResourceTexture> elytra, Optional<PlayerModelType> model) Creates an instance of aPatchrecord class. -
Uses of ClientAsset.ResourceTexture in net.minecraft.world.entity.variant
Fields in net.minecraft.world.entity.variant declared as ClientAsset.ResourceTextureModifier and TypeFieldDescriptionprivate final ClientAsset.ResourceTextureModelAndTexture.assetThe field for theassetrecord component.Methods in net.minecraft.world.entity.variant that return ClientAsset.ResourceTextureModifier and TypeMethodDescriptionModelAndTexture.asset()Returns the value of theassetrecord component.Constructors in net.minecraft.world.entity.variant with parameters of type ClientAsset.ResourceTextureModifierConstructorDescriptionModelAndTexture(T model, ClientAsset.ResourceTexture asset) Creates an instance of aModelAndTexturerecord class.