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(Identifier textureId, Path localCopy, String url, boolean processLegacySkin) private CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture textureId, NativeImage contents) Methods in net.minecraft.client.renderer.texture with parameters of type ClientAsset.TextureModifier and TypeMethodDescriptionprivate CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture textureId, NativeImage contents) -
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 textureInfo) -
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 @Nullable ClientAsset.TexturePlayerSkin.capeThe field for thecaperecord component.private final @Nullable 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, @Nullable ClientAsset.Texture cape, @Nullable ClientAsset.Texture elytra, PlayerModelType model) Constructors in net.minecraft.world.entity.player with parameters of type ClientAsset.TextureModifierConstructorDescriptionPlayerSkin(ClientAsset.Texture body, @Nullable ClientAsset.Texture cape, @Nullable ClientAsset.Texture elytra, PlayerModelType model, boolean secure) Creates an instance of aPlayerSkinrecord class.