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_296230_, PlayerSkin p_295435_, int p_294736_, int p_295624_, int p_295191_) void
PlayerSkinWidget.Model.render
(GuiGraphics p_300018_, PlayerSkin p_299991_) Constructor parameters in net.minecraft.client.gui.components with type arguments of type PlayerSkinModifierConstructorDescriptionPlayerSkinWidget
(int p_300014_, int p_299867_, EntityModelSet p_299948_, Supplier<PlayerSkin> p_299853_) -
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_299906_, ReportingContext p_299981_, UUID p_299970_, Supplier<PlayerSkin> p_299980_) -
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_294955_) -
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_295736_) -
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_299890_, Supplier<PlayerSkin> p_299967_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_300039_) (package private)
SkinReport
(UUID p_299908_, Instant p_299882_, UUID p_299986_, Supplier<PlayerSkin> p_299871_) -
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_295448_, PlayerSkin.Model p_294197_) static PlayerSkin
DefaultPlayerSkin.get
(com.mojang.authlib.GameProfile p_296012_) static PlayerSkin
SkinManager.getInsecureSkin
(com.mojang.authlib.GameProfile p_294261_) Methods in net.minecraft.client.resources that return types with arguments of type PlayerSkinModifier and TypeMethodDescriptionSkinManager.getOrLoad
(com.mojang.authlib.GameProfile p_294865_) SkinManager.lookupInsecure
(com.mojang.authlib.GameProfile p_295432_) (package private) CompletableFuture
<PlayerSkin> SkinManager.registerTextures
(UUID p_307544_, com.mojang.authlib.minecraft.MinecraftProfileTextures p_307606_)