Uses of Class
net.minecraft.client.network.PlayerListEntry
Package
Description
-
Uses of PlayerListEntry in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate static final Comparator<PlayerListEntry>
PlayerListHud.ENTRY_ORDERING
Modifier and TypeMethodDescriptionprivate Text
PlayerListHud.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 void
PlayerListHud.renderLatencyIcon
(MatrixStack matrices, int width, int x, int y, PlayerListEntry entry) -
Uses of PlayerListEntry in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescriptionprivate static final Comparator<PlayerListEntry>
TeleportSpectatorMenu.ORDERING
private final List<PlayerListEntry>
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.scoreboardEntries
ModifierConstructorDescriptionTeleportSpectatorMenu
(Collection<PlayerListEntry> entries) private
TeleportToSpecificTeamCommand
(Team team, List<PlayerListEntry> scoreboardEntries, Identifier skinId) -
Uses of PlayerListEntry in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeMethodDescriptionvoid
SocialInteractionsPlayerListWidget.setPlayerOnline
(PlayerListEntry player, SocialInteractionsScreen.Tab tab) void
SocialInteractionsScreen.setPlayerOnline
(PlayerListEntry player) -
Uses of PlayerListEntry in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate @Nullable PlayerListEntry
AbstractClientPlayerEntity.playerListEntry
Modifier and TypeFieldDescriptionprivate final Set<PlayerListEntry>
ClientPlayNetworkHandler.listedPlayerListEntries
private final Map<UUID,
PlayerListEntry> ClientPlayNetworkHandler.playerListEntries
Modifier and TypeMethodDescriptionprotected @Nullable PlayerListEntry
AbstractClientPlayerEntity.getPlayerListEntry()
ClientPlayNetworkHandler.getPlayerListEntry
(String profileName) ClientPlayNetworkHandler.getPlayerListEntry
(UUID uuid) Modifier and TypeMethodDescriptionClientPlayNetworkHandler.getListedPlayerListEntries()
ClientPlayNetworkHandler.getPlayerList()
Modifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.handlePlayerListAction
(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) void
SocialInteractionsManager.setPlayerOnline
(PlayerListEntry player) private void
ClientPlayNetworkHandler.setPublicSession
(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry)