Uses of Record Class
net.minecraft.client.util.SkinTextures
Packages that use SkinTextures
Package
Description
- 
Uses of SkinTextures in net.minecraft.client.guiMethods in net.minecraft.client.gui with parameters of type SkinTexturesModifier and TypeMethodDescriptionstatic voidPlayerSkinDrawer.draw(DrawContext context, SkinTextures textures, int x, int y, int size) static voidPlayerSkinDrawer.draw(DrawContext context, SkinTextures textures, int x, int y, int size, int color) Draws the player's head (including the hat) on GUI.
- 
Uses of SkinTextures in net.minecraft.client.gui.hud.spectatorFields in net.minecraft.client.gui.hud.spectator with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures> TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.skinTexturesSupplierprivate final Supplier<SkinTextures> TeleportToSpecificPlayerSpectatorCommand.skinTexturesSupplierConstructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type SkinTexturesModifierConstructorDescriptionprivateTeleportToSpecificTeamCommand(Team team, List<PlayerListEntry> scoreboardEntries, Supplier<SkinTextures> skinTexturesSupplier) 
- 
Uses of SkinTextures in net.minecraft.client.gui.screen.multiplayerFields in net.minecraft.client.gui.screen.multiplayer with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures> SocialInteractionsPlayerListEntry.skinSupplierMethods in net.minecraft.client.gui.screen.multiplayer that return types with arguments of type SkinTexturesConstructor parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type SkinTexturesModifierConstructorDescriptionSocialInteractionsPlayerListEntry(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<SkinTextures> skinTexture, boolean reportable) 
- 
Uses of SkinTextures in net.minecraft.client.gui.screen.reportFields in net.minecraft.client.gui.screen.report with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures> ChatSelectionScreen.SelectionListWidget.SenderEntry.skinTexturesSupplierConstructor parameters in net.minecraft.client.gui.screen.report with type arguments of type SkinTexturesModifierConstructorDescriptionSkinReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) 
- 
Uses of SkinTextures in net.minecraft.client.gui.widgetFields in net.minecraft.client.gui.widget with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures> PlayerSkinWidget.skinSupplierMethods in net.minecraft.client.gui.widget with parameters of type SkinTexturesModifier and TypeMethodDescriptionvoidPlayerSkinWidget.Models.draw(DrawContext context, SkinTextures skinTextures) Constructor parameters in net.minecraft.client.gui.widget with type arguments of type SkinTexturesModifierConstructorDescriptionPlayerSkinWidget(int width, int height, LoadedEntityModels entityModels, Supplier<SkinTextures> skinSupplier) 
- 
Uses of SkinTextures in net.minecraft.client.networkFields in net.minecraft.client.network with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures> PlayerListEntry.texturesSupplierMethods in net.minecraft.client.network that return SkinTexturesModifier and TypeMethodDescriptionAbstractClientPlayerEntity.getSkinTextures()PlayerListEntry.getSkinTextures()Methods in net.minecraft.client.network that return types with arguments of type SkinTexturesModifier and TypeMethodDescriptionprivate static Supplier<SkinTextures> PlayerListEntry.texturesSupplier(com.mojang.authlib.GameProfile profile) 
- 
Uses of SkinTextures in net.minecraft.client.render.entity.stateFields in net.minecraft.client.render.entity.state declared as SkinTextures
- 
Uses of SkinTextures in net.minecraft.client.session.reportFields in net.minecraft.client.session.report with type parameters of type SkinTexturesModifier and TypeFieldDescription(package private) final Supplier<SkinTextures> SkinAbuseReport.skinSupplierMethods in net.minecraft.client.session.report that return types with arguments of type SkinTexturesConstructor parameters in net.minecraft.client.session.report with type arguments of type SkinTexturesModifierConstructorDescriptionBuilder(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.textureFields in net.minecraft.client.texture with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final LoadingCache<PlayerSkinProvider.Key, CompletableFuture<Optional<SkinTextures>>> PlayerSkinProvider.cacheMethods in net.minecraft.client.texture that return SkinTexturesModifier and TypeMethodDescriptionPlayerSkinProvider.getSkinTextures(com.mojang.authlib.GameProfile profile) Methods in net.minecraft.client.texture that return types with arguments of type SkinTexturesModifier 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.utilFields in net.minecraft.client.util declared as SkinTexturesMethods in net.minecraft.client.util that return SkinTexturesModifier and TypeMethodDescriptionprivate static SkinTexturesDefaultSkinHelper.createSkinTextures(String texture, SkinTextures.Model model) static SkinTexturesDefaultSkinHelper.getSkinTextures(com.mojang.authlib.GameProfile profile) static SkinTexturesDefaultSkinHelper.getSkinTextures(UUID uuid) static SkinTexturesDefaultSkinHelper.getSteve()