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 pTextureLocation, Path pPath, String pUrl, boolean pIsLegacySkin) private CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture pTexture, NativeImage pImage) Methods in net.minecraft.client.renderer.texture with parameters of type ClientAsset.TextureModifier and TypeMethodDescriptionprivate CompletableFuture<ClientAsset.Texture> SkinTextureDownloader.registerTextureInManager(ClientAsset.Texture pTexture, NativeImage pImage) -
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 pTexture) private CompletableFuture<ClientAsset.Texture> SkinManager.TextureCache.registerTexture(com.mojang.authlib.minecraft.MinecraftProfileTexture pTexture) -
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.@Nullable ClientAsset.TexturePlayerSkin.cape()Returns the value of thecaperecord component.@Nullable ClientAsset.TexturePlayerSkin.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 pBody, @Nullable ClientAsset.Texture pCape, @Nullable ClientAsset.Texture pElytra, PlayerModelType pModel) 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.