Uses of Class
net.minecraft.client.network.PlayerListEntry
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.client.gui.hud.spectator | |
| net.minecraft.client.gui.screen.multiplayer | |
| net.minecraft.client.network |
-
Uses of PlayerListEntry in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type PlayerListEntry Modifier and Type Field Description private static Ordering<PlayerListEntry>PlayerListHud. ENTRY_ORDERINGMethods in net.minecraft.client.gui.hud with parameters of type PlayerListEntry Modifier and Type Method Description private TextPlayerListHud. applyGameModeFormatting(PlayerListEntry entry, MutableText name)Italicizes the given text if the given player is in spectator mode.intPlayerListHud.EntryOrderComparator. compare(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2)TextPlayerListHud. getPlayerName(PlayerListEntry entry)protected voidPlayerListHud. renderLatencyIcon(MatrixStack matrices, int int2, int int3, int int4, PlayerListEntry entry)private voidPlayerListHud. renderScoreboardObjective(ScoreboardObjective objective, int int2, String string, int int3, int int4, PlayerListEntry entry, MatrixStack matrices) -
Uses of PlayerListEntry in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator with type parameters of type PlayerListEntry Modifier and Type Field Description private static Ordering<PlayerListEntry>TeleportSpectatorMenu. ORDERINGprivate List<PlayerListEntry>TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand. scoreboardEntriesConstructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type PlayerListEntry Constructor Description TeleportSpectatorMenu(Collection<PlayerListEntry> entries) -
Uses of PlayerListEntry in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type PlayerListEntry Modifier and Type Method Description 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 PlayerListEntry Modifier and Type Field Description private PlayerListEntryAbstractClientPlayerEntity. cachedScoreboardEntryFields in net.minecraft.client.network with type parameters of type PlayerListEntry Modifier and Type Field Description private Map<UUID,PlayerListEntry>ClientPlayNetworkHandler. playerListEntriesMethods in net.minecraft.client.network that return PlayerListEntry Modifier and Type Method Description protected @Nullable PlayerListEntryAbstractClientPlayerEntity. getPlayerListEntry()@Nullable PlayerListEntryClientPlayNetworkHandler. getPlayerListEntry(String profileName)@Nullable PlayerListEntryClientPlayNetworkHandler. getPlayerListEntry(UUID uuid)Methods in net.minecraft.client.network that return types with arguments of type PlayerListEntry Modifier and Type Method Description Collection<PlayerListEntry>ClientPlayNetworkHandler. getPlayerList()Methods in net.minecraft.client.network with parameters of type PlayerListEntry Modifier and Type Method Description voidSocialInteractionsManager. setPlayerOnline(PlayerListEntry player)