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 voidPlayerFaceRenderer.draw(GuiGraphics guiGraphics, PlayerSkin skin, int x, int y, int size) voidPlayerSkinWidget.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.skinConstructor 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.iconSkinConstructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type PlayerSkinModifierConstructorDescriptionprivateTeamSelectionItem(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.skinGetterMethods 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_SKINSFields in net.minecraft.client.resources with type parameters of type PlayerSkinModifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<SkinManager.CacheKey, CompletableFuture<PlayerSkin>> SkinManager.skinCacheMethods in net.minecraft.client.resources that return PlayerSkinModifier and TypeMethodDescriptionprivate static PlayerSkinDefaultPlayerSkin.create(String path, PlayerSkin.Model skinModel) static PlayerSkinDefaultPlayerSkin.get(com.mojang.authlib.GameProfile profile) static PlayerSkinSkinManager.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)