Uses of Interface
net.minecraft.core.ClientAsset.Texture
Packages that use ClientAsset.Texture
Package
Description
-
Uses of ClientAsset.Texture in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture that return types with arguments of type ClientAsset.TextureModifier and TypeMethodDescriptionSkinTextureDownloader.downloadAndRegisterSkin(ResourceLocation textureLocation, Path path, String url, boolean isLegacySkin) private CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture texture, NativeImage image) Methods in net.minecraft.client.renderer.texture with parameters of type ClientAsset.TextureModifier and TypeMethodDescriptionprivate CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture texture, NativeImage image) -
Uses of ClientAsset.Texture in net.minecraft.client.resources
Fields in net.minecraft.client.resources with type parameters of type ClientAsset.TextureModifier and TypeFieldDescriptionprivate final Map<String, CompletableFuture<ClientAsset.Texture>> SkinManager.TextureCache.texturesMethods in net.minecraft.client.resources that return types with arguments of type ClientAsset.TextureModifier and TypeMethodDescriptionSkinManager.TextureCache.getOrLoad(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) private CompletableFuture<ClientAsset.Texture> SkinManager.TextureCache.registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) -
Uses of ClientAsset.Texture in net.minecraft.core
Classes in net.minecraft.core that implement ClientAsset.TextureModifier and TypeClassDescriptionstatic final recordstatic final record -
Uses of ClientAsset.Texture in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as ClientAsset.TextureModifier and TypeFieldDescriptionprivate final ClientAsset.TexturePlayerSkin.bodyThe field for thebodyrecord component.private final ClientAsset.TexturePlayerSkin.capeThe field for thecaperecord component.private final ClientAsset.TexturePlayerSkin.elytraThe field for theelytrarecord component.Methods in net.minecraft.world.entity.player that return ClientAsset.TextureModifier and TypeMethodDescriptionPlayerSkin.body()Returns the value of thebodyrecord component.PlayerSkin.cape()Returns the value of thecaperecord component.PlayerSkin.elytra()Returns the value of theelytrarecord component.Methods in net.minecraft.world.entity.player with parameters of type ClientAsset.TextureModifier and TypeMethodDescriptionstatic PlayerSkinPlayerSkin.insecure(ClientAsset.Texture body, ClientAsset.Texture cape, ClientAsset.Texture elytra, PlayerModelType model) Constructors in net.minecraft.world.entity.player with parameters of type ClientAsset.TextureModifierConstructorDescriptionPlayerSkin(ClientAsset.Texture body, ClientAsset.Texture cape, ClientAsset.Texture elytra, PlayerModelType model, boolean secure) Creates an instance of aPlayerSkinrecord class.