Uses of Record Class
net.minecraft.client.resources.PlayerSkin
Package
Description
-
Uses of PlayerSkin in net.minecraft.client.gui.components
Modifier 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_) ModifierConstructorDescriptionPlayerSkinWidget
(int p_299990_, int p_297411_, EntityModelSet p_298438_, Supplier<PlayerSkin> p_299497_) -
Uses of PlayerSkin in net.minecraft.client.gui.screens.reporting
Modifier and TypeFieldDescriptionprivate final Supplier<PlayerSkin>
ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.skin
ModifierConstructorDescriptionSkinReportScreen
(Screen p_297357_, ReportingContext p_300387_, UUID p_300713_, Supplier<PlayerSkin> p_299154_) -
Uses of PlayerSkin in net.minecraft.client.gui.screens.social
ModifierConstructorDescriptionPlayerEntry
(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
-
Uses of PlayerSkin in net.minecraft.client.gui.spectator.categories
Modifier and TypeFieldDescriptionprivate final Supplier<PlayerSkin>
TeleportToTeamMenuCategory.TeamSelectionItem.iconSkin
ModifierConstructorDescriptionprivate
TeamSelectionItem
(PlayerTeam p_259176_, List<PlayerInfo> p_259231_, Supplier<PlayerSkin> p_300864_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionprivate static Supplier<PlayerSkin>
PlayerInfo.createSkinLookup
(com.mojang.authlib.GameProfile p_298306_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer.chat.report
Modifier and TypeFieldDescription(package private) final Supplier<PlayerSkin>
SkinReport.skinGetter
ModifierConstructorDescriptionBuilder
(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
-
Uses of PlayerSkin in net.minecraft.client.resources
Modifier and TypeFieldDescriptionprivate static final PlayerSkin[]
DefaultPlayerSkin.DEFAULT_SKINS
Modifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<SkinManager.CacheKey,
CompletableFuture<PlayerSkin>> SkinManager.skinCache
Modifier 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_) Modifier and TypeMethodDescriptionSkinManager.getOrLoad
(com.mojang.authlib.GameProfile p_298661_) SkinManager.lookupInsecure
(com.mojang.authlib.GameProfile p_298295_) (package private) CompletableFuture<PlayerSkin>
SkinManager.registerTextures
(com.mojang.authlib.GameProfile p_299268_, SkinManager.TextureInfo p_298597_)