Uses of Class
net.minecraft.client.multiplayer.PlayerInfo
Packages that use PlayerInfo
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of PlayerInfo in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type PlayerInfoModifier and TypeFieldDescriptionprivate static final Comparator<PlayerInfo> PlayerTabOverlay.PLAYER_COMPARATORMethods in net.minecraft.client.gui.components that return types with arguments of type PlayerInfoMethods in net.minecraft.client.gui.components with parameters of type PlayerInfoModifier and TypeMethodDescriptionprivate ComponentPlayerTabOverlay.decorateName(PlayerInfo info, MutableComponent name) protected voidPlayerTabOverlay.extractPingIcon(GuiGraphicsExtractor graphics, int slotWidth, int xo, int yo, PlayerInfo info) PlayerTabOverlay.getNameForDisplay(PlayerInfo info) -
Uses of PlayerInfo in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social with parameters of type PlayerInfoModifier and TypeMethodDescriptionvoidPlayerSocialManager.addPlayer(PlayerInfo info) voidSocialInteractionsPlayerList.addPlayer(PlayerInfo player, SocialInteractionsScreen.Page page) private PlayerEntrySocialInteractionsPlayerList.makePlayerEntry(UUID id, PlayerInfo playerInfo) voidSocialInteractionsScreen.onAddPlayer(PlayerInfo info) -
Uses of PlayerInfo in net.minecraft.client.gui.spectator
Fields in net.minecraft.client.gui.spectator declared as PlayerInfoConstructors in net.minecraft.client.gui.spectator with parameters of type PlayerInfo -
Uses of PlayerInfo in net.minecraft.client.gui.spectator.categories
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type PlayerInfoModifier and TypeFieldDescriptionprivate final List<PlayerInfo> TeleportToTeamMenuCategory.TeamSelectionItem.playersprivate static final Comparator<PlayerInfo> TeleportToPlayerMenuCategory.PROFILE_ORDERConstructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type PlayerInfoModifierConstructorDescriptionprivateTeamSelectionItem(PlayerTeam team, List<PlayerInfo> players, Supplier<PlayerSkin> iconSkin) TeleportToPlayerMenuCategory(Collection<PlayerInfo> profiles) -
Uses of PlayerInfo in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type PlayerInfoModifier and TypeFieldDescriptionprivate final Set<PlayerInfo> ClientPacketListener.listedPlayersprivate final Map<UUID, PlayerInfo> ClientPacketListener.playerInfoMapprotected final Map<UUID, PlayerInfo> ClientCommonPacketListenerImpl.seenPlayersprivate final Map<UUID, PlayerInfo> ClientHandshakePacketListenerImpl.seenPlayersprivate final Map<UUID, PlayerInfo> CommonListenerCookie.seenPlayersThe field for theseenPlayersrecord component.private final Map<UUID, PlayerInfo> TransferState.seenPlayersThe field for theseenPlayersrecord component.Methods in net.minecraft.client.multiplayer that return PlayerInfoModifier and TypeMethodDescription@Nullable PlayerInfoClientPacketListener.getPlayerInfo(String player) @Nullable PlayerInfoClientPacketListener.getPlayerInfo(UUID player) @Nullable PlayerInfoClientPacketListener.getPlayerInfoIgnoreCase(String player) Methods in net.minecraft.client.multiplayer that return types with arguments of type PlayerInfoModifier and TypeMethodDescriptionClientPacketListener.getListedOnlinePlayers()ClientPacketListener.getOnlinePlayers()ClientPacketListener.getSeenPlayers()CommonListenerCookie.seenPlayers()Returns the value of theseenPlayersrecord component.TransferState.seenPlayers()Returns the value of theseenPlayersrecord component.Methods in net.minecraft.client.multiplayer with parameters of type PlayerInfoModifier and TypeMethodDescriptionprivate voidClientPacketListener.applyPlayerInfoUpdate(ClientboundPlayerInfoUpdatePacket.Action action, ClientboundPlayerInfoUpdatePacket.Entry entry, PlayerInfo info) private voidClientPacketListener.initializeChatSession(ClientboundPlayerInfoUpdatePacket.Entry entry, PlayerInfo info) -
Uses of PlayerInfo in net.minecraft.client.player
Fields in net.minecraft.client.player declared as PlayerInfoMethods in net.minecraft.client.player that return PlayerInfoModifier and TypeMethodDescriptionprotected @Nullable PlayerInfoAbstractClientPlayer.getPlayerInfo() -
Uses of PlayerInfo in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type PlayerInfoModifier and TypeMethodDescriptionstatic voidClientHooks.onClientChangeGameType(PlayerInfo info, GameType currentGameMode, GameType newGameMode) -
Uses of PlayerInfo in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as PlayerInfoMethods in net.neoforged.neoforge.client.event that return PlayerInfoModifier and TypeMethodDescriptionClientPlayerChangeGameTypeEvent.getInfo()Returns the client player information.Constructors in net.neoforged.neoforge.client.event with parameters of type PlayerInfoModifierConstructorDescriptionClientPlayerChangeGameTypeEvent(PlayerInfo info, GameType currentGameType, GameType newGameType)