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) -
Uses of PlayerEntry in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social with type parameters of type PlayerEntryModifier and TypeFieldDescriptionprivate final List
<PlayerEntry> SocialInteractionsPlayerList.players
Method parameters in net.minecraft.client.gui.screens.social with type arguments of type PlayerEntryModifier and TypeMethodDescriptionprivate void
SocialInteractionsPlayerList.addOnlinePlayers
(Collection<UUID> ids, Map<UUID, PlayerEntry> playerMap) private void
SocialInteractionsPlayerList.updateFiltersAndScroll
(Collection<PlayerEntry> players, double scrollAmount) private void
SocialInteractionsPlayerList.updatePlayersFromChatLog
(Map<UUID, PlayerEntry> playerMap, boolean addPlayers)