Uses of Interface
net.minecraft.util.AssetInfo.TextureAsset
Packages that use AssetInfo.TextureAsset
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of AssetInfo.TextureAsset in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type AssetInfo.TextureAssetModifier and TypeFieldDescriptionprivate final Map<String, CompletableFuture<AssetInfo.TextureAsset>> PlayerSkinProvider.FileCache.hashToTextureMethods in net.minecraft.client.texture that return types with arguments of type AssetInfo.TextureAssetModifier and TypeMethodDescriptionPlayerSkinTextureDownloader.downloadAndRegisterTexture(Identifier id, Path path, String string, boolean remap) PlayerSkinProvider.FileCache.get(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) private CompletableFuture<AssetInfo.TextureAsset> PlayerSkinTextureDownloader.registerTexture(AssetInfo.TextureAsset textureAsset, NativeImage image) private CompletableFuture<AssetInfo.TextureAsset> PlayerSkinProvider.FileCache.store(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) Methods in net.minecraft.client.texture with parameters of type AssetInfo.TextureAssetModifier and TypeMethodDescriptionprivate CompletableFuture<AssetInfo.TextureAsset> PlayerSkinTextureDownloader.registerTexture(AssetInfo.TextureAsset textureAsset, NativeImage image) -
Uses of AssetInfo.TextureAsset in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as AssetInfo.TextureAssetModifier and TypeFieldDescriptionprivate final AssetInfo.TextureAssetSkinTextures.bodyThe field for thebodyrecord component.private final AssetInfo.TextureAssetSkinTextures.capeThe field for thecaperecord component.private final AssetInfo.TextureAssetSkinTextures.elytraThe field for theelytrarecord component.Methods in net.minecraft.entity.player that return AssetInfo.TextureAssetModifier and TypeMethodDescriptionSkinTextures.body()Returns the value of thebodyrecord component.SkinTextures.cape()Returns the value of thecaperecord component.SkinTextures.elytra()Returns the value of theelytrarecord component.Methods in net.minecraft.entity.player with parameters of type AssetInfo.TextureAssetModifier and TypeMethodDescriptionstatic SkinTexturesSkinTextures.create(AssetInfo.TextureAsset body, AssetInfo.TextureAsset cape, AssetInfo.TextureAsset elytra, PlayerSkinType model) Constructors in net.minecraft.entity.player with parameters of type AssetInfo.TextureAssetModifierConstructorDescriptionSkinTextures(AssetInfo.TextureAsset textureAsset, AssetInfo.TextureAsset textureAsset2, AssetInfo.TextureAsset textureAsset3, PlayerSkinType playerSkinType, boolean bool) -
Uses of AssetInfo.TextureAsset in net.minecraft.util
Classes in net.minecraft.util that implement AssetInfo.TextureAssetModifier and TypeClassDescriptionstatic final recordstatic final record