Uses of Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
Packages that use SocialInteractionsPlayerListEntry
Package
Description
-
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.playersMethods in net.minecraft.client.gui.screen.multiplayer that return SocialInteractionsPlayerListEntryModifier and TypeMethodDescriptionSocialInteractionsPlayerListWidget.createListEntry(UUID uuid, PlayerListEntry playerListEntry) Method parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type SocialInteractionsPlayerListEntryModifier and TypeMethodDescriptionprivate voidSocialInteractionsPlayerListWidget.collectOfflinePlayers(Map<UUID, SocialInteractionsPlayerListEntry> entriesByUuids) private 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) -
Uses of SocialInteractionsPlayerListEntry in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as SocialInteractionsPlayerListEntryModifier and TypeFieldDescriptionprivate final SocialInteractionsPlayerListEntryAbuseReportTypeScreen.selectedPlayerConstructors in net.minecraft.client.gui.screen.report with parameters of type SocialInteractionsPlayerListEntryModifierConstructorDescriptionAbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer)