Uses of Class
net.minecraft.client.network.play.NetworkPlayerInfo
-
-
Uses of NetworkPlayerInfo in net.minecraft.client.entity.player
Fields in net.minecraft.client.entity.player declared as NetworkPlayerInfo Modifier and Type Field Description private NetworkPlayerInfo
AbstractClientPlayerEntity. playerInfo
Methods in net.minecraft.client.entity.player that return NetworkPlayerInfo Modifier and Type Method Description protected NetworkPlayerInfo
AbstractClientPlayerEntity. getPlayerInfo()
-
Uses of NetworkPlayerInfo in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay with type parameters of type NetworkPlayerInfo Modifier and Type Field Description private static com.google.common.collect.Ordering<NetworkPlayerInfo>
PlayerTabOverlayGui. PLAYER_ORDERING
Methods in net.minecraft.client.gui.overlay with parameters of type NetworkPlayerInfo Modifier and Type Method Description int
PlayerTabOverlayGui.PlayerComparator. compare(NetworkPlayerInfo p_compare_1_, NetworkPlayerInfo p_compare_2_)
private ITextComponent
PlayerTabOverlayGui. decorateName(NetworkPlayerInfo p_238524_1_, IFormattableTextComponent p_238524_2_)
ITextComponent
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_, java.lang.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 NetworkPlayerInfo Modifier and Type Method Description void
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 NetworkPlayerInfo Modifier and Type Field Description private java.util.List<NetworkPlayerInfo>
TeleportToTeam.TeamSelectionObject. players
private static com.google.common.collect.Ordering<NetworkPlayerInfo>
TeleportToPlayer. PROFILE_ORDER
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type NetworkPlayerInfo Constructor Description TeleportToPlayer(java.util.Collection<NetworkPlayerInfo> p_i45493_1_)
-
Uses of NetworkPlayerInfo in net.minecraft.client.network.play
Fields in net.minecraft.client.network.play with type parameters of type NetworkPlayerInfo Modifier and Type Field Description private java.util.Map<java.util.UUID,NetworkPlayerInfo>
ClientPlayNetHandler. playerInfoMap
Methods in net.minecraft.client.network.play that return NetworkPlayerInfo Modifier and Type Method Description NetworkPlayerInfo
ClientPlayNetHandler. getPlayerInfo(java.lang.String p_175104_1_)
NetworkPlayerInfo
ClientPlayNetHandler. getPlayerInfo(java.util.UUID p_175102_1_)
Methods in net.minecraft.client.network.play that return types with arguments of type NetworkPlayerInfo Modifier and Type Method Description java.util.Collection<NetworkPlayerInfo>
ClientPlayNetHandler. getOnlinePlayers()
-
Uses of NetworkPlayerInfo in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type NetworkPlayerInfo Modifier and Type Method Description static 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 NetworkPlayerInfo Modifier and Type Field Description private NetworkPlayerInfo
ClientPlayerChangeGameModeEvent. info
Methods in net.minecraftforge.client.event that return NetworkPlayerInfo Modifier and Type Method Description NetworkPlayerInfo
ClientPlayerChangeGameModeEvent. getInfo()
Constructors in net.minecraftforge.client.event with parameters of type NetworkPlayerInfo Constructor Description ClientPlayerChangeGameModeEvent(NetworkPlayerInfo info, GameType currentGameMode, GameType newGameMode)
-