Uses of Class
net.minecraft.client.network.PlayerListEntry
Packages that use PlayerListEntry
Package
Description
-
Uses of PlayerListEntry in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type PlayerListEntryModifier and TypeFieldDescriptionprivate static final Comparator<PlayerListEntry> PlayerListHud.ENTRY_ORDERINGMethods in net.minecraft.client.gui.hud that return types with arguments of type PlayerListEntryModifier and TypeMethodDescriptionprivate List<PlayerListEntry> PlayerListHud.collectPlayerEntries()Methods in net.minecraft.client.gui.hud with parameters of type PlayerListEntryModifier and TypeMethodDescriptionprivate TextPlayerListHud.applyGameModeFormatting(PlayerListEntry entry, MutableText name) Italicizes the given text if the given player is in spectator mode.PlayerListHud.getPlayerName(PlayerListEntry entry) Returns the player name rendered by this HUD.protected voidPlayerListHud.renderLatencyIcon(DrawContext context, int width, int x, int y, PlayerListEntry entry) -
Uses of PlayerListEntry in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as PlayerListEntryModifier and TypeFieldDescriptionprivate final PlayerListEntryTeleportToSpecificPlayerSpectatorCommand.playerFields in net.minecraft.client.gui.hud.spectator with type parameters of type PlayerListEntryModifier and TypeFieldDescriptionprivate static final Comparator<PlayerListEntry> TeleportSpectatorMenu.ORDERINGprivate final List<PlayerListEntry> TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.scoreboardEntriesConstructors in net.minecraft.client.gui.hud.spectator with parameters of type PlayerListEntryConstructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type PlayerListEntryModifierConstructorDescriptionTeleportSpectatorMenu(Collection<PlayerListEntry> entries) privateTeleportToSpecificTeamCommand(Team team, List<PlayerListEntry> scoreboardEntries, Supplier<SkinTextures> skinTexturesSupplier) -
Uses of PlayerListEntry in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type PlayerListEntryModifier and TypeMethodDescriptionSocialInteractionsPlayerListWidget.method_73222(UUID uUID, PlayerListEntry playerListEntry) voidSocialInteractionsPlayerListWidget.setPlayerOnline(PlayerListEntry player, SocialInteractionsScreen.Tab tab) voidSocialInteractionsScreen.setPlayerOnline(PlayerListEntry player) -
Uses of PlayerListEntry in net.minecraft.client.network
Fields in net.minecraft.client.network declared as PlayerListEntryModifier and TypeFieldDescriptionprivate @Nullable PlayerListEntryAbstractClientPlayerEntity.playerListEntryFields in net.minecraft.client.network with type parameters of type PlayerListEntryModifier and TypeFieldDescriptionprivate final Map<UUID, PlayerListEntry> ClientLoginNetworkHandler.field_62024private final Set<PlayerListEntry> ClientPlayNetworkHandler.listedPlayerListEntriesprivate final Map<UUID, PlayerListEntry> ClientPlayNetworkHandler.playerListEntriesprotected final Map<UUID, PlayerListEntry> ClientCommonNetworkHandler.seenPlayersprivate final Map<UUID, PlayerListEntry> ClientConnectionState.seenPlayersThe field for theseenPlayersrecord component.private final Map<UUID, PlayerListEntry> CookieStorage.seenPlayersThe field for theseenPlayersrecord component.Methods in net.minecraft.client.network that return PlayerListEntryModifier and TypeMethodDescriptionClientPlayNetworkHandler.getCaseInsensitivePlayerInfo(String name) protected @Nullable PlayerListEntryAbstractClientPlayerEntity.getPlayerListEntry()ClientPlayNetworkHandler.getPlayerListEntry(String profileName) ClientPlayNetworkHandler.getPlayerListEntry(UUID uuid) Methods in net.minecraft.client.network that return types with arguments of type PlayerListEntryModifier and TypeMethodDescriptionClientPlayNetworkHandler.getListedPlayerListEntries()ClientPlayNetworkHandler.getPlayerList()ClientPlayNetworkHandler.getSeenPlayers()ClientConnectionState.seenPlayers()Returns the value of theseenPlayersrecord component.CookieStorage.seenPlayers()Returns the value of theseenPlayersrecord component.Methods in net.minecraft.client.network with parameters of type PlayerListEntryModifier and TypeMethodDescriptionprivate voidClientPlayNetworkHandler.handlePlayerListAction(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) voidSocialInteractionsManager.setPlayerOnline(PlayerListEntry player) private voidClientPlayNetworkHandler.setPublicSession(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry)