Uses of Class
net.minecraft.client.network.PlayerListEntry
Package
Description
-
Uses of PlayerListEntry in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate static Ordering<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.int
PlayerListHud.EntryOrderComparator.compare(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2)
PlayerListHud.getPlayerName(PlayerListEntry entry)
protected void
PlayerListHud.renderLatencyIcon(MatrixStack matrices, int int2, int int3, int int4, PlayerListEntry entry)
private void
PlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int int2, String player, int int3, int int4, PlayerListEntry entry, MatrixStack matrices)
-
Uses of PlayerListEntry in net.minecraft.client.gui.hud.spectator
Modifier and TypeFieldDescriptionprivate static Ordering<PlayerListEntry>
TeleportSpectatorMenu.ORDERING
private List<PlayerListEntry>
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.scoreboardEntries
-
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 PlayerListEntry
AbstractClientPlayerEntity.cachedScoreboardEntry
Modifier and TypeFieldDescriptionprivate Map<UUID,PlayerListEntry>
ClientPlayNetworkHandler.playerListEntries
Modifier and TypeMethodDescriptionprotected @Nullable PlayerListEntry
AbstractClientPlayerEntity.getPlayerListEntry()
ClientPlayNetworkHandler.getPlayerListEntry(String profileName)
ClientPlayNetworkHandler.getPlayerListEntry(UUID uuid)
Modifier and TypeMethodDescriptionvoid
SocialInteractionsManager.setPlayerOnline(PlayerListEntry player)