Uses of Record Class
net.minecraft.client.resources.PlayerSkin
Packages that use PlayerSkin
Package
Description
-
Uses of PlayerSkin in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type PlayerSkinMethods in net.minecraft.client.gui.components with parameters of type PlayerSkinModifier and TypeMethodDescriptionstatic void
PlayerFaceRenderer.draw
(GuiGraphics p_298949_, PlayerSkin p_298692_, int p_299931_, int p_299437_, int p_301021_) void
PlayerSkinWidget.Model.render
(GuiGraphics p_299673_, PlayerSkin p_297884_) Constructor parameters in net.minecraft.client.gui.components with type arguments of type PlayerSkinModifierConstructorDescriptionPlayerSkinWidget
(int p_299990_, int p_297411_, EntityModelSet p_298438_, Supplier<PlayerSkin> p_299497_) -
Uses of PlayerSkin in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting with type parameters of type PlayerSkinModifier and TypeFieldDescriptionprivate final Supplier<PlayerSkin>
ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.skin
Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type PlayerSkinModifierConstructorDescriptionSkinReportScreen
(Screen p_297357_, ReportingContext p_300387_, UUID p_300713_, Supplier<PlayerSkin> p_299154_) -
Uses of PlayerSkin in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social with type parameters of type PlayerSkinMethods in net.minecraft.client.gui.screens.social that return types with arguments of type PlayerSkinConstructor parameters in net.minecraft.client.gui.screens.social with type arguments of type PlayerSkinModifierConstructorDescriptionPlayerEntry
(Minecraft p_243293_, SocialInteractionsScreen p_243214_, UUID p_243288_, String p_243311_, Supplier<PlayerSkin> p_243309_, boolean p_243297_) -
Uses of PlayerSkin in net.minecraft.client.gui.spectator
Fields in net.minecraft.client.gui.spectator with type parameters of type PlayerSkin -
Uses of PlayerSkin in net.minecraft.client.gui.spectator.categories
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type PlayerSkinModifier and TypeFieldDescriptionprivate final Supplier<PlayerSkin>
TeleportToTeamMenuCategory.TeamSelectionItem.iconSkin
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type PlayerSkinModifierConstructorDescriptionprivate
TeamSelectionItem
(PlayerTeam p_259176_, List<PlayerInfo> p_259231_, Supplier<PlayerSkin> p_300864_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type PlayerSkinMethods in net.minecraft.client.multiplayer that return PlayerSkinMethods in net.minecraft.client.multiplayer that return types with arguments of type PlayerSkinModifier and TypeMethodDescriptionprivate static Supplier<PlayerSkin>
PlayerInfo.createSkinLookup
(com.mojang.authlib.GameProfile p_298306_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report with type parameters of type PlayerSkinModifier and TypeFieldDescription(package private) final Supplier<PlayerSkin>
SkinReport.skinGetter
Methods in net.minecraft.client.multiplayer.chat.report that return types with arguments of type PlayerSkinConstructor parameters in net.minecraft.client.multiplayer.chat.report with type arguments of type PlayerSkinModifierConstructorDescriptionBuilder
(UUID p_301218_, Supplier<PlayerSkin> p_298052_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299174_) (package private)
SkinReport
(UUID p_298927_, Instant p_300791_, UUID p_298854_, Supplier<PlayerSkin> p_299618_) -
Uses of PlayerSkin in net.minecraft.client.player
Methods in net.minecraft.client.player that return PlayerSkin -
Uses of PlayerSkin in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as PlayerSkinModifier and TypeFieldDescriptionprivate static final PlayerSkin[]
DefaultPlayerSkin.DEFAULT_SKINS
Fields in net.minecraft.client.resources with type parameters of type PlayerSkinModifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<SkinManager.CacheKey,
CompletableFuture<PlayerSkin>> SkinManager.skinCache
Methods in net.minecraft.client.resources that return PlayerSkinModifier and TypeMethodDescriptionprivate static PlayerSkin
DefaultPlayerSkin.create
(String p_298713_, PlayerSkin.Model p_297716_) static PlayerSkin
DefaultPlayerSkin.get
(com.mojang.authlib.GameProfile p_298897_) static PlayerSkin
SkinManager.getInsecureSkin
(com.mojang.authlib.GameProfile p_298019_) Methods in net.minecraft.client.resources that return types with arguments of type PlayerSkinModifier and TypeMethodDescriptionSkinManager.getOrLoad
(com.mojang.authlib.GameProfile p_298661_) SkinManager.lookupInsecure
(com.mojang.authlib.GameProfile p_298295_) (package private) CompletableFuture<PlayerSkin>
SkinManager.registerTextures
(UUID p_312099_, com.mojang.authlib.minecraft.MinecraftProfileTextures p_313047_)