Uses of Class
com.mojang.authlib.minecraft.MinecraftProfileTexture
Packages that use MinecraftProfileTexture
Package
Description
-
Uses of MinecraftProfileTexture in com.mojang.authlib.minecraft
Fields in com.mojang.authlib.minecraft declared as MinecraftProfileTextureModifier and TypeFieldDescriptionprivate final MinecraftProfileTextureMinecraftProfileTextures.capeThe field for thecaperecord component.private final MinecraftProfileTextureMinecraftProfileTextures.elytraThe field for theelytrarecord component.private final MinecraftProfileTextureMinecraftProfileTextures.skinThe field for theskinrecord component.Methods in com.mojang.authlib.minecraft that return MinecraftProfileTextureModifier and TypeMethodDescriptionMinecraftProfileTextures.cape()Returns the value of thecaperecord component.MinecraftProfileTextures.elytra()Returns the value of theelytrarecord component.MinecraftProfileTextures.skin()Returns the value of theskinrecord component.Constructors in com.mojang.authlib.minecraft with parameters of type MinecraftProfileTextureModifierConstructorDescriptionMinecraftProfileTextures(MinecraftProfileTexture skin, MinecraftProfileTexture cape, MinecraftProfileTexture elytra, SignatureState signatureState) Creates an instance of aMinecraftProfileTexturesrecord class. -
Uses of MinecraftProfileTexture in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response with type parameters of type MinecraftProfileTextureModifier and TypeFieldDescriptionprivate final Map<MinecraftProfileTexture.Type, MinecraftProfileTexture> MinecraftTexturesPayload.texturesThe field for thetexturesrecord component.Methods in com.mojang.authlib.yggdrasil.response that return types with arguments of type MinecraftProfileTextureModifier and TypeMethodDescriptionMinecraftTexturesPayload.textures()Returns the value of thetexturesrecord component.Constructor parameters in com.mojang.authlib.yggdrasil.response with type arguments of type MinecraftProfileTextureModifierConstructorDescriptionMinecraftTexturesPayload(long timestamp, UUID profileId, String profileName, boolean isPublic, Map<MinecraftProfileTexture.Type, MinecraftProfileTexture> textures) Creates an instance of aMinecraftTexturesPayloadrecord class. -
Uses of MinecraftProfileTexture in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type MinecraftProfileTextureModifier and TypeMethodDescriptionSkinManager.TextureCache.getOrLoad(MinecraftProfileTexture texture) private CompletableFuture<ClientAsset.Texture> SkinManager.TextureCache.registerTexture(MinecraftProfileTexture textureInfo)