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 Ordering<PlayerListEntry>PlayerListHud.ENTRY_ORDERINGMethods in net.minecraft.client.gui.hud with parameters of type PlayerListEntryModifier and TypeMethodDescriptionintPlayerListHud.EntryOrderComparator.compare(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2) PlayerListHud.getPlayerName(PlayerListEntry playerEntry) protected voidPlayerListHud.renderLatencyIcon(int int2, int int3, int y, PlayerListEntry playerEntry) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int int2, String player, int int3, int int4, PlayerListEntry playerEntry) -
Uses of PlayerListEntry in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator with type parameters of type PlayerListEntryModifier and TypeFieldDescriptionprivate static final Ordering<PlayerListEntry>TeleportSpectatorMenu.ORDERINGprivate final List<PlayerListEntry>TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.scoreboardEntriesConstructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type PlayerListEntry -
Uses of PlayerListEntry in net.minecraft.client.network
Fields in net.minecraft.client.network declared as PlayerListEntryModifier and TypeFieldDescriptionprivate PlayerListEntryAbstractClientPlayerEntity.cachedScoreboardEntryFields in net.minecraft.client.network with type parameters of type PlayerListEntryModifier and TypeFieldDescriptionprivate final Map<UUID,PlayerListEntry> ClientPlayNetworkHandler.playerListEntriesMethods in net.minecraft.client.network that return PlayerListEntryModifier and TypeMethodDescriptionprotected PlayerListEntryAbstractClientPlayerEntity.getPlayerListEntry()ClientPlayNetworkHandler.getPlayerListEntry(String profileName) ClientPlayNetworkHandler.getPlayerListEntry(UUID uuid) Methods in net.minecraft.client.network that return types with arguments of type PlayerListEntry