Uses of Class
net.minecraft.client.network.play.NetworkPlayerInfo
Packages that use NetworkPlayerInfo
Package
Description
-
Uses of NetworkPlayerInfo in net.minecraft.client.entity.player
Fields in net.minecraft.client.entity.player declared as NetworkPlayerInfoMethods in net.minecraft.client.entity.player that return NetworkPlayerInfoModifier and TypeMethodDescriptionprotected NetworkPlayerInfo
AbstractClientPlayerEntity.getPlayerInfo()
-
Uses of NetworkPlayerInfo in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay with type parameters of type NetworkPlayerInfoModifier and TypeFieldDescriptionprivate static final com.google.common.collect.Ordering<NetworkPlayerInfo>
PlayerTabOverlayGui.PLAYER_ORDERING
Methods in net.minecraft.client.gui.overlay with parameters of type NetworkPlayerInfoModifier and TypeMethodDescriptionint
PlayerTabOverlayGui.PlayerComparator.compare
(NetworkPlayerInfo p_compare_1_, NetworkPlayerInfo p_compare_2_) private ITextComponent
PlayerTabOverlayGui.decorateName
(NetworkPlayerInfo p_238524_1_, IFormattableTextComponent p_238524_2_) PlayerTabOverlayGui.getNameForDisplay
(NetworkPlayerInfo p_200262_1_) protected void
PlayerTabOverlayGui.renderPingIcon
(MatrixStack p_238522_1_, int p_238522_2_, int p_238522_3_, int p_238522_4_, NetworkPlayerInfo p_238522_5_) private void
PlayerTabOverlayGui.renderTablistScore
(ScoreObjective p_175247_1_, int p_175247_2_, String p_175247_3_, int p_175247_4_, int p_175247_5_, NetworkPlayerInfo p_175247_6_, MatrixStack p_175247_7_) -
Uses of NetworkPlayerInfo in net.minecraft.client.gui.social
Methods in net.minecraft.client.gui.social with parameters of type NetworkPlayerInfoModifier and TypeMethodDescriptionvoid
FilterList.addPlayer
(NetworkPlayerInfo p_244657_1_, SocialInteractionsScreen.Mode p_244657_2_) void
FilterManager.addPlayer
(NetworkPlayerInfo p_244645_1_) void
SocialInteractionsScreen.onAddPlayer
(NetworkPlayerInfo p_244683_1_) -
Uses of NetworkPlayerInfo in net.minecraft.client.gui.spectator.categories
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type NetworkPlayerInfoModifier and TypeFieldDescriptionprivate final List<NetworkPlayerInfo>
TeleportToTeam.TeamSelectionObject.players
private static final com.google.common.collect.Ordering<NetworkPlayerInfo>
TeleportToPlayer.PROFILE_ORDER
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type NetworkPlayerInfo -
Uses of NetworkPlayerInfo in net.minecraft.client.network.play
Fields in net.minecraft.client.network.play with type parameters of type NetworkPlayerInfoModifier and TypeFieldDescriptionprivate final Map<UUID,
NetworkPlayerInfo> ClientPlayNetHandler.playerInfoMap
Methods in net.minecraft.client.network.play that return NetworkPlayerInfoModifier and TypeMethodDescriptionClientPlayNetHandler.getPlayerInfo
(String p_175104_1_) ClientPlayNetHandler.getPlayerInfo
(UUID p_175102_1_) Methods in net.minecraft.client.network.play that return types with arguments of type NetworkPlayerInfo -
Uses of NetworkPlayerInfo in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type NetworkPlayerInfoModifier and TypeMethodDescriptionstatic void
ForgeHooksClient.onClientChangeGameMode
(NetworkPlayerInfo info, GameType currentGameMode, GameType newGameMode) -
Uses of NetworkPlayerInfo in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as NetworkPlayerInfoModifier and TypeFieldDescriptionprivate final NetworkPlayerInfo
ClientPlayerChangeGameModeEvent.info
Methods in net.minecraftforge.client.event that return NetworkPlayerInfoConstructors in net.minecraftforge.client.event with parameters of type NetworkPlayerInfoModifierConstructorDescriptionClientPlayerChangeGameModeEvent
(NetworkPlayerInfo info, GameType currentGameMode, GameType newGameMode)