Uses of Class
net.minecraft.client.multiplayer.PlayerInfo
Packages that use PlayerInfo
Package
Description
-
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 com.google.common.collect.Ordering<PlayerInfo>PlayerTabOverlay.PLAYER_ORDERINGMethods in net.minecraft.client.gui.components with parameters of type PlayerInfoModifier and TypeMethodDescriptionintPlayerTabOverlay.PlayerInfoComparator.compare(PlayerInfo p_94564_, PlayerInfo p_94565_) private ComponentPlayerTabOverlay.decorateName(PlayerInfo p_94552_, MutableComponent p_94553_) PlayerTabOverlay.getNameForDisplay(PlayerInfo p_94550_) protected voidPlayerTabOverlay.renderPingIcon(PoseStack p_94539_, int p_94540_, int p_94541_, int p_94542_, PlayerInfo p_94543_) private voidPlayerTabOverlay.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
Methods in net.minecraft.client.gui.screens.social with parameters of type PlayerInfoModifier and TypeMethodDescriptionvoidPlayerSocialManager.addPlayer(PlayerInfo p_100677_) voidSocialInteractionsPlayerList.addPlayer(PlayerInfo p_100715_, SocialInteractionsScreen.Page p_100716_) voidSocialInteractionsScreen.onAddPlayer(PlayerInfo p_100776_) -
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 com.google.common.collect.Ordering<PlayerInfo>TeleportToPlayerMenuCategory.PROFILE_ORDERConstructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type PlayerInfo -
Uses of PlayerInfo in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type PlayerInfoModifier and TypeFieldDescriptionprivate final Map<UUID,PlayerInfo> ClientPacketListener.playerInfoMapMethods in net.minecraft.client.multiplayer that return PlayerInfoModifier and TypeMethodDescriptionClientPacketListener.getPlayerInfo(String p_104939_) ClientPacketListener.getPlayerInfo(UUID p_104950_) Methods in net.minecraft.client.multiplayer that return types with arguments of type PlayerInfo -
Uses of PlayerInfo in net.minecraft.client.player
Fields in net.minecraft.client.player declared as PlayerInfoMethods in net.minecraft.client.player that return PlayerInfo -
Uses of PlayerInfo in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type PlayerInfoModifier and TypeMethodDescriptionstatic voidForgeHooksClient.onClientChangeGameType(PlayerInfo info, GameType currentGameMode, GameType newGameMode) -
Uses of PlayerInfo in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as PlayerInfoMethods in net.minecraftforge.client.event that return PlayerInfoConstructors in net.minecraftforge.client.event with parameters of type PlayerInfoModifierConstructorDescriptionClientPlayerChangeGameTypeEvent(PlayerInfo info, GameType currentGameType, GameType newGameType)