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 pGuiGraphics, PlayerSkin pSkin, int pX, int pY, int pSize) void
PlayerSkinWidget.Model.render
(GuiGraphics pGuiGraphics, PlayerSkin pSkin) Constructor parameters in net.minecraft.client.gui.components with type arguments of type PlayerSkinModifierConstructorDescriptionPlayerSkinWidget
(int pWidth, int pHeight, EntityModelSet pModel, Supplier<PlayerSkin> pSkin) -
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 pLastScreen, ReportingContext pReportingContext, UUID pReportId, Supplier<PlayerSkin> pSkinGetter) -
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 pMinecraft, SocialInteractionsScreen pSocialInteractionsScreen, UUID pId, String pPlayerName, Supplier<PlayerSkin> pSkinGetter, boolean pPlayerReportable) -
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 pTeam, List<PlayerInfo> pPlayers, Supplier<PlayerSkin> pIconSkin) -
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 pReportId, Instant pCreated, UUID pReportedProfileId, Supplier<PlayerSkin> pSkinGetter) -
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 pPath, PlayerSkin.Model pSkinModel) 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_)