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 guiGraphics, PlayerSkin skin, int x, int y, int size) void
PlayerSkinWidget.Model.render
(GuiGraphics guiGraphics, PlayerSkin skin) Constructor parameters in net.minecraft.client.gui.components with type arguments of type PlayerSkinModifierConstructorDescriptionPlayerSkinWidget
(int width, int height, EntityModelSet model, Supplier<PlayerSkin> skin) -
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 lastScreen, ReportingContext reportingContext, UUID reportId, Supplier<PlayerSkin> skinGetter) -
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 minecraft, SocialInteractionsScreen socialInteractionsScreen, UUID id, String playerName, Supplier<PlayerSkin> skinGetter, boolean playerReportable) -
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 team, List<PlayerInfo> players, Supplier<PlayerSkin> iconSkin) -
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 profile) -
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 reportedPlayerId, Supplier<PlayerSkin> skinGetter, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) (package private)
SkinReport
(UUID reportId, Instant created, UUID reportedProfileId, Supplier<PlayerSkin> skinGetter) -
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 path, PlayerSkin.Model skinModel) static PlayerSkin
DefaultPlayerSkin.get
(com.mojang.authlib.GameProfile profile) static PlayerSkin
SkinManager.getInsecureSkin
(com.mojang.authlib.GameProfile profile) Methods in net.minecraft.client.resources that return types with arguments of type PlayerSkinModifier and TypeMethodDescriptionSkinManager.getOrLoad
(com.mojang.authlib.GameProfile profile) SkinManager.lookupInsecure
(com.mojang.authlib.GameProfile profile) (package private) CompletableFuture
<PlayerSkin> SkinManager.registerTextures
(UUID uuid, com.mojang.authlib.minecraft.MinecraftProfileTextures textures)