Uses of Class
net.minecraft.client.gui.screens.social.PlayerEntry
Packages that use PlayerEntry
Package
Description
-
Uses of PlayerEntry in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as PlayerEntryConstructors in net.minecraft.client.gui.screens.reporting with parameters of type PlayerEntryModifierConstructorDescriptionReportPlayerScreen(Screen lastScreen, ReportingContext context, PlayerEntry player, boolean chatDisabledOrBlocked) -
Uses of PlayerEntry in net.minecraft.client.gui.screens.social
Subclasses with type arguments of type PlayerEntry in net.minecraft.client.gui.screens.socialFields in net.minecraft.client.gui.screens.social with type parameters of type PlayerEntryModifier and TypeFieldDescriptionprivate final List<PlayerEntry> SocialInteractionsPlayerList.playersMethods in net.minecraft.client.gui.screens.social that return PlayerEntryModifier and TypeMethodDescriptionprivate PlayerEntrySocialInteractionsPlayerList.makePlayerEntry(UUID id, PlayerInfo playerInfo) Method parameters in net.minecraft.client.gui.screens.social with type arguments of type PlayerEntryModifier and TypeMethodDescriptionprivate voidSocialInteractionsPlayerList.addOnlinePlayers(Collection<UUID> playersToAdd, Map<UUID, PlayerEntry> output) private voidSocialInteractionsPlayerList.addSeenPlayers(Map<UUID, PlayerEntry> newEntries) private voidSocialInteractionsPlayerList.updateFiltersAndScroll(Collection<PlayerEntry> newEntries, double scrollAmount) private voidSocialInteractionsPlayerList.updatePlayersFromChatLog(Map<UUID, PlayerEntry> entries, boolean addOfflineEntries)