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 pPlayerInfo, MutableComponent pName) PlayerTabOverlay.getNameForDisplay(PlayerInfo pPlayerInfo) protected voidPlayerTabOverlay.renderPingIcon(GuiGraphics pGuiGraphics, int pWidth, int pX, int pY, PlayerInfo pPlayerInfo) -
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 pPlayerInfo) voidSocialInteractionsPlayerList.addPlayer(PlayerInfo pPlayerInfo, SocialInteractionsScreen.Page pPage) private PlayerEntrySocialInteractionsPlayerList.makePlayerEntry(UUID pUuid, PlayerInfo pPlayerInfo) voidSocialInteractionsScreen.onAddPlayer(PlayerInfo pPlayerInfo) -
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 pTeam, List<PlayerInfo> pPlayers, Supplier<PlayerSkin> pIconSkin) TeleportToPlayerMenuCategory(Collection<PlayerInfo> pPlayers) -
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.playerInfoMapA mapping from player names to their respective GuiPlayerInfo (specifies the clients response time to the server)protected 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 pName) Gets the client's description information about another player on the server.@Nullable PlayerInfoClientPacketListener.getPlayerInfo(UUID pUuid) @Nullable PlayerInfoClientPacketListener.getPlayerInfoIgnoreCase(String pPlayerName) 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 pAction, ClientboundPlayerInfoUpdatePacket.Entry pEntry, PlayerInfo pPlayerInfo) private voidClientPacketListener.initializeChatSession(ClientboundPlayerInfoUpdatePacket.Entry pEntry, PlayerInfo pPlayerInfo) -
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)