Uses of Class
net.minecraft.client.renderer.PlayerSkinRenderCache.RenderInfo
Packages that use PlayerSkinRenderCache.RenderInfo
Package
Description
-
Uses of PlayerSkinRenderCache.RenderInfo in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font with type parameters of type PlayerSkinRenderCache.RenderInfoModifier and TypeFieldDescriptionprivate final Supplier<PlayerSkinRenderCache.RenderInfo> PlayerGlyphProvider.Instance.skinThe field for theskinrecord component.Methods in net.minecraft.client.gui.font that return types with arguments of type PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescriptionPlayerGlyphProvider.Instance.skin()Returns the value of theskinrecord component.Constructor parameters in net.minecraft.client.gui.font with type arguments of type PlayerSkinRenderCache.RenderInfoModifierConstructorDescriptionprivateInstance(Supplier<PlayerSkinRenderCache.RenderInfo> skin, boolean hat, float x, float y, int color, int shadowColor, float shadowOffset, Style style) Creates an instance of aInstancerecord class. -
Uses of PlayerSkinRenderCache.RenderInfo in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip with type parameters of type PlayerSkinRenderCache.RenderInfoModifier and TypeFieldDescriptionprivate final List<PlayerSkinRenderCache.RenderInfo> ClientActivePlayersTooltip.activePlayersprivate final List<PlayerSkinRenderCache.RenderInfo> ClientActivePlayersTooltip.ActivePlayersTooltip.profilesThe field for theprofilesrecord component.Methods in net.minecraft.client.gui.screens.inventory.tooltip that return types with arguments of type PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescriptionClientActivePlayersTooltip.ActivePlayersTooltip.profiles()Returns the value of theprofilesrecord component.Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescriptionprivate static StringClientActivePlayersTooltip.getName(PlayerSkinRenderCache.RenderInfo activePlayer) Constructor parameters in net.minecraft.client.gui.screens.inventory.tooltip with type arguments of type PlayerSkinRenderCache.RenderInfoModifierConstructorDescriptionCreates an instance of aActivePlayersTooltiprecord class. -
Uses of PlayerSkinRenderCache.RenderInfo in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PlayerSkinRenderCache.RenderInfoModifier and TypeFieldDescriptionprivate final LoadingCache<ResolvableProfile, PlayerSkinRenderCache.RenderInfo> PlayerSkinRenderCache.defaultSkinCacheprivate final LoadingCache<ResolvableProfile, CompletableFuture<Optional<PlayerSkinRenderCache.RenderInfo>>> PlayerSkinRenderCache.renderInfoCacheMethods in net.minecraft.client.renderer that return PlayerSkinRenderCache.RenderInfoMethods in net.minecraft.client.renderer that return types with arguments of type PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescriptionPlayerSkinRenderCache.createLookup(ResolvableProfile profile) PlayerSkinRenderCache.lookup(ResolvableProfile profile) -
Uses of PlayerSkinRenderCache.RenderInfo in net.minecraft.client.renderer.special
Classes in net.minecraft.client.renderer.special that implement interfaces with type arguments of type PlayerSkinRenderCache.RenderInfoMethods in net.minecraft.client.renderer.special that return PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescription@Nullable PlayerSkinRenderCache.RenderInfoPlayerHeadSpecialRenderer.extractArgument(ItemStack stack) Methods in net.minecraft.client.renderer.special with parameters of type PlayerSkinRenderCache.RenderInfoModifier and TypeMethodDescriptionvoidPlayerHeadSpecialRenderer.submit(@Nullable PlayerSkinRenderCache.RenderInfo argument, ItemDisplayContext type, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, boolean hasFoil, int outlineColor)