Uses of Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
Packages that use SocialInteractionsPlayerListEntry
Package
Description
The base package for all Minecraft classes.
-
Uses of SocialInteractionsPlayerListEntry in net.minecraft
Fields in net.minecraft declared as SocialInteractionsPlayerListEntryModifier and TypeFieldDescriptionprivate final SocialInteractionsPlayerListEntryclass_8770.field_46049Constructors in net.minecraft with parameters of type SocialInteractionsPlayerListEntryModifierConstructorDescriptionclass_8770(Screen screen, AbuseReportContext abuseReportContext, SocialInteractionsPlayerListEntry socialInteractionsPlayerListEntry) -
Uses of SocialInteractionsPlayerListEntry in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type SocialInteractionsPlayerListEntryModifier and TypeFieldDescriptionprivate final List<SocialInteractionsPlayerListEntry>SocialInteractionsPlayerListWidget.playersMethod parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type SocialInteractionsPlayerListEntryModifier and TypeMethodDescriptionprivate voidSocialInteractionsPlayerListWidget.markOfflineMembers(Map<UUID, SocialInteractionsPlayerListEntry> entries, boolean includeOffline) private voidSocialInteractionsPlayerListWidget.refresh(Collection<SocialInteractionsPlayerListEntry> players, double scrollAmount) private voidSocialInteractionsPlayerListWidget.setPlayers(Collection<UUID> playerUuids, Map<UUID, SocialInteractionsPlayerListEntry> entriesByUuids)