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 TypeMethodDescriptionprivate 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) PlayerListHud.getPlayerName(PlayerListEntry entry) Returns the player name rendered by this HUD.protected voidPlayerListHud.renderLatencyIcon(MatrixStack matrices, int width, int x, int y, PlayerListEntry entry) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int y, String player, int startX, int endX, 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 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.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type PlayerListEntryModifier and TypeMethodDescriptionvoidSocialInteractionsPlayerListWidget.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> ClientPlayNetworkHandler.playerListEntriesMethods in net.minecraft.client.network that return PlayerListEntryModifier and TypeMethodDescriptionprotected @Nullable PlayerListEntryAbstractClientPlayerEntity.getPlayerListEntry()ClientPlayNetworkHandler.getPlayerListEntry(String profileName) ClientPlayNetworkHandler.getPlayerListEntry(UUID uuid) Methods in net.minecraft.client.network that return types with arguments of type PlayerListEntryMethods in net.minecraft.client.network with parameters of type PlayerListEntryModifier and TypeMethodDescriptionvoidSocialInteractionsManager.setPlayerOnline(PlayerListEntry player) -
Uses of PlayerListEntry in net.minecraft.client.network.message
Methods in net.minecraft.client.network.message that return PlayerListEntryModifier and TypeMethodDescriptionprivate @Nullable PlayerListEntryMessageHandler.getPlayerListEntry(UUID sender) Returns the player list entry forsender, ornullif the sender's UUID did not correspond to any known players.Methods in net.minecraft.client.network.message with parameters of type PlayerListEntryModifier and TypeMethodDescriptionprivate voidMessageHandler.addToChatLog(SignedMessage message, MessageType.Parameters params, @Nullable PlayerListEntry senderEntry, MessageTrustStatus trustStatus) private MessageTrustStatusMessageHandler.getStatus(SignedMessage message, Text decorated, @Nullable PlayerListEntry senderEntry, Instant receptionTimestamp) Returns the trust status ofmessage.static MessageTrustStatusMessageTrustStatus.getStatus(SignedMessage message, Text decorated, @Nullable PlayerListEntry sender, Instant receptionTimestamp) (package private) booleanMessageHandler.processChatMessage(MessageType.Parameters params, SignedMessage message, Text decorated, @Nullable PlayerListEntry senderEntry, boolean onlyShowSecureChat, Instant receptionTimestamp) Processes a chat message and sends acknowledgment to the server.private booleanMessageHandler.processChatMessageInternal(MessageType.Parameters params, SignedMessage message, Text decorated, @Nullable PlayerListEntry senderEntry, boolean onlyShowSecureChat, Instant receptionTimestamp) Processes a chat message.