Uses of Record Class
net.minecraft.client.util.SkinTextures
Packages that use SkinTextures
Package
Description
The base package for all Minecraft classes.
-
Uses of SkinTextures in net.minecraft
Fields in net.minecraft with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures>class_8765.field_46004(package private) final Supplier<SkinTextures>class_8777.field_46069Methods in net.minecraft that return types with arguments of type SkinTexturesMethods in net.minecraft with parameters of type SkinTexturesModifier and TypeMethodDescriptionvoidclass_8765.class_8766.method_53547(DrawContext drawContext, SkinTextures skinTextures) Constructor parameters in net.minecraft with type arguments of type SkinTexturesModifierConstructorDescriptionclass_8765(int int2, int int3, EntityModelLoader entityModelLoader, Supplier<SkinTextures> supplier) class_8771(Screen screen, AbuseReportContext abuseReportContext, UUID uUID, Supplier<SkinTextures> supplier) (package private)class_8777(UUID uUID, Instant instant, UUID uUID2, Supplier<SkinTextures> supplier) class_8778(UUID uUID, Supplier<SkinTextures> supplier, com.mojang.authlib.minecraft.report.AbuseReportLimits abuseReportLimits) -
Uses of SkinTextures in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type SkinTexturesModifier and TypeMethodDescriptionstatic voidPlayerSkinDrawer.draw(DrawContext context, SkinTextures textures, int x, int y, int size) -
Uses of SkinTextures in net.minecraft.client.gui.hud.spectator
Fields 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.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures>SocialInteractionsPlayerListEntry.skinTextureMethods 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.report
Fields in net.minecraft.client.gui.screen.report with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final Supplier<SkinTextures>ChatSelectionScreen.SelectionListWidget.SenderEntry.skinTexturesSupplier -
Uses of SkinTextures in net.minecraft.client.network
Fields 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 TypeMethodDescriptionPlayerListEntry.getSkinTextures()AbstractClientPlayerEntity.method_52814()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.texture
Fields in net.minecraft.client.texture with type parameters of type SkinTexturesModifier and TypeFieldDescriptionprivate final LoadingCache<PlayerSkinProvider.Key,CompletableFuture<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(com.mojang.authlib.GameProfile profile, PlayerSkinProvider.Textures textures) PlayerSkinProvider.getSkinTexturesSupplier(com.mojang.authlib.GameProfile profile) -
Uses of SkinTextures in net.minecraft.client.util
Fields 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.getTexture(com.mojang.authlib.GameProfile profile) static SkinTexturesDefaultSkinHelper.getTexture(UUID uuid)