Uses of Record Class
net.minecraft.client.util.SkinTextures
Package
Description
-
Uses of SkinTextures in net.minecraft.client.gui
Modifier and TypeMethodDescriptionstatic void
PlayerSkinDrawer.draw
(DrawContext context, SkinTextures textures, int x, int y, int size) -
Uses of SkinTextures in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescriptionprivate final Supplier
<SkinTextures> TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.skinTexturesSupplier
private final Supplier
<SkinTextures> TeleportToSpecificPlayerSpectatorCommand.skinTexturesSupplier
ModifierConstructorDescriptionprivate
TeleportToSpecificTeamCommand
(Team team, List<PlayerListEntry> scoreboardEntries, Supplier<SkinTextures> skinTexturesSupplier) -
Uses of SkinTextures in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeFieldDescriptionprivate final Supplier
<SkinTextures> SocialInteractionsPlayerListEntry.skinSupplier
ModifierConstructorDescriptionSocialInteractionsPlayerListEntry
(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<SkinTextures> skinTexture, boolean reportable) -
Uses of SkinTextures in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescriptionprivate final Supplier
<SkinTextures> ChatSelectionScreen.SelectionListWidget.SenderEntry.skinTexturesSupplier
ModifierConstructorDescriptionSkinReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) -
Uses of SkinTextures in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate final Supplier
<SkinTextures> PlayerSkinWidget.skinSupplier
Modifier and TypeMethodDescriptionvoid
PlayerSkinWidget.Models.draw
(DrawContext context, SkinTextures skinTextures) ModifierConstructorDescriptionPlayerSkinWidget
(int width, int height, EntityModelLoader entityModelLoader, Supplier<SkinTextures> skinSupplier) -
Uses of SkinTextures in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate final Supplier
<SkinTextures> PlayerListEntry.texturesSupplier
Modifier and TypeMethodDescriptionAbstractClientPlayerEntity.getSkinTextures()
PlayerListEntry.getSkinTextures()
Modifier and TypeMethodDescriptionprivate static Supplier
<SkinTextures> PlayerListEntry.texturesSupplier
(com.mojang.authlib.GameProfile profile) -
Uses of SkinTextures in net.minecraft.client.session.report
Modifier and TypeFieldDescription(package private) final Supplier
<SkinTextures> SkinAbuseReport.skinSupplier
ModifierConstructorDescriptionBuilder
(UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) (package private)
SkinAbuseReport
(UUID reportId, Instant currentTime, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) -
Uses of SkinTextures in net.minecraft.client.texture
Modifier and TypeFieldDescriptionprivate final LoadingCache
<PlayerSkinProvider.Key, CompletableFuture<SkinTextures>> PlayerSkinProvider.cache
Modifier and TypeMethodDescriptionPlayerSkinProvider.getSkinTextures
(com.mojang.authlib.GameProfile profile) Modifier and TypeMethodDescriptionPlayerSkinProvider.fetchSkinTextures
(com.mojang.authlib.GameProfile profile) (package private) CompletableFuture
<SkinTextures> PlayerSkinProvider.fetchSkinTextures
(UUID uuid, com.mojang.authlib.minecraft.MinecraftProfileTextures textures) PlayerSkinProvider.getSkinTexturesSupplier
(com.mojang.authlib.GameProfile profile) -
Uses of SkinTextures in net.minecraft.client.util
Modifier and TypeMethodDescriptionprivate static SkinTextures
DefaultSkinHelper.createSkinTextures
(String texture, SkinTextures.Model model) static SkinTextures
DefaultSkinHelper.getSkinTextures
(com.mojang.authlib.GameProfile profile) static SkinTextures
DefaultSkinHelper.getSkinTextures
(UUID uuid)