Uses of Interface
net.minecraft.client.ClientAssets.TextureAsset
Packages that use ClientAssets.TextureAsset
-
Uses of ClientAssets.TextureAsset in net.minecraft.client
Classes in net.minecraft.client that implement ClientAssets.TextureAssetModifier and TypeClassDescriptionstatic final recordstatic final record -
Uses of ClientAssets.TextureAsset in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type ClientAssets.TextureAssetModifier and TypeFieldDescriptionprivate final Map<String, CompletableFuture<ClientAssets.TextureAsset>> PlayerSkinProvider.FileCache.hashToTextureMethods in net.minecraft.client.texture that return types with arguments of type ClientAssets.TextureAssetModifier and TypeMethodDescriptionPlayerSkinTextureDownloader.downloadAndRegisterTexture(Identifier id, Path path, String string, boolean remap) PlayerSkinProvider.FileCache.get(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) PlayerSkinTextureDownloader.registerTexture(ClientAssets.TextureAsset textureAsset, NativeImage image) PlayerSkinProvider.FileCache.store(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) Methods in net.minecraft.client.texture with parameters of type ClientAssets.TextureAssetModifier and TypeMethodDescriptionPlayerSkinTextureDownloader.registerTexture(ClientAssets.TextureAsset textureAsset, NativeImage image) -
Uses of ClientAssets.TextureAsset in net.minecraft.client.util
Fields in net.minecraft.client.util declared as ClientAssets.TextureAssetModifier and TypeFieldDescriptionprivate final ClientAssets.TextureAssetSkinTextures.bodyThe field for thebodyrecord component.private final ClientAssets.TextureAssetSkinTextures.capeThe field for thecaperecord component.private final ClientAssets.TextureAssetSkinTextures.elytraThe field for theelytrarecord component.Methods in net.minecraft.client.util that return ClientAssets.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.client.util with parameters of type ClientAssets.TextureAssetModifier and TypeMethodDescriptionstatic SkinTexturesSkinTextures.method_74884(ClientAssets.TextureAsset textureAsset, ClientAssets.TextureAsset textureAsset2, ClientAssets.TextureAsset textureAsset3, PlayerSkinType playerSkinType) Constructors in net.minecraft.client.util with parameters of type ClientAssets.TextureAssetModifierConstructorDescriptionSkinTextures(ClientAssets.TextureAsset textureAsset, ClientAssets.TextureAsset textureAsset2, ClientAssets.TextureAsset textureAsset3, PlayerSkinType playerSkinType, boolean bool)