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_296230_, PlayerSkin p_295435_, int p_294736_, int p_295624_, int p_295191_) void
PlayerSkinWidget.Model.render
(GuiGraphics p_300018_, PlayerSkin p_299991_) ModifierConstructorDescriptionPlayerSkinWidget
(int p_300014_, int p_299867_, EntityModelSet p_299948_, Supplier<PlayerSkin> p_299853_) -
Uses of PlayerSkin in net.minecraft.client.gui.screens.reporting
Modifier and TypeFieldDescriptionprivate final Supplier
<PlayerSkin> ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry.skin
ModifierConstructorDescriptionSkinReportScreen
(Screen p_299906_, ReportingContext p_299981_, UUID p_299970_, Supplier<PlayerSkin> p_299980_) -
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_294955_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionprivate static Supplier
<PlayerSkin> PlayerInfo.createSkinLookup
(com.mojang.authlib.GameProfile p_295736_) -
Uses of PlayerSkin in net.minecraft.client.multiplayer.chat.report
Modifier and TypeFieldDescription(package private) final Supplier
<PlayerSkin> SkinReport.skinGetter
ModifierConstructorDescriptionBuilder
(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
-
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_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_) Modifier 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_)