Uses of Class
net.minecraft.client.multiplayer.PlayerInfo
Package
Description
-
Uses of PlayerInfo in net.minecraft.client.gui.components
Modifier and TypeFieldDescriptionprivate static final com.google.common.collect.Ordering<PlayerInfo>
PlayerTabOverlay.PLAYER_ORDERING
Modifier and TypeMethodDescriptionint
PlayerTabOverlay.PlayerInfoComparator.compare
(PlayerInfo p_94564_, PlayerInfo p_94565_) private Component
PlayerTabOverlay.decorateName
(PlayerInfo p_94552_, MutableComponent p_94553_) PlayerTabOverlay.getNameForDisplay
(PlayerInfo p_94550_) protected void
PlayerTabOverlay.renderPingIcon
(PoseStack p_94539_, int p_94540_, int p_94541_, int p_94542_, PlayerInfo p_94543_) private void
PlayerTabOverlay.renderTablistScore
(Objective p_94531_, int p_94532_, String p_94533_, int p_94534_, int p_94535_, PlayerInfo p_94536_, PoseStack p_94537_) -
Uses of PlayerInfo in net.minecraft.client.gui.screens.social
Modifier and TypeMethodDescriptionvoid
PlayerSocialManager.addPlayer
(PlayerInfo p_100677_) void
SocialInteractionsPlayerList.addPlayer
(PlayerInfo p_100715_, SocialInteractionsScreen.Page p_100716_) void
SocialInteractionsScreen.onAddPlayer
(PlayerInfo p_100776_) -
Uses of PlayerInfo in net.minecraft.client.gui.spectator.categories
Modifier and TypeFieldDescriptionprivate final List<PlayerInfo>
TeleportToTeamMenuCategory.TeamSelectionItem.players
private static final com.google.common.collect.Ordering<PlayerInfo>
TeleportToPlayerMenuCategory.PROFILE_ORDER
-
Uses of PlayerInfo in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprivate final Map<UUID,
PlayerInfo> ClientPacketListener.playerInfoMap
Modifier and TypeMethodDescriptionClientPacketListener.getPlayerInfo
(String p_104939_) ClientPacketListener.getPlayerInfo
(UUID p_104950_) -
Uses of PlayerInfo in net.minecraft.client.player
-
Uses of PlayerInfo in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.onClientChangeGameType
(PlayerInfo info, GameType currentGameMode, GameType newGameMode) -
Uses of PlayerInfo in net.minecraftforge.client.event
ModifierConstructorDescriptionClientPlayerChangeGameTypeEvent
(PlayerInfo info, GameType currentGameType, GameType newGameType)