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 NetworkPlayerInfoAbstractClientPlayerEntity. playerInfoMethods in net.minecraft.client.entity.player that return NetworkPlayerInfo Modifier and Type Method Description protected NetworkPlayerInfoAbstractClientPlayerEntity. 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_ORDERINGMethods in net.minecraft.client.gui.overlay with parameters of type NetworkPlayerInfo Modifier and Type Method Description intPlayerTabOverlayGui.PlayerComparator. compare(NetworkPlayerInfo p_compare_1_, NetworkPlayerInfo p_compare_2_)private ITextComponentPlayerTabOverlayGui. decorateName(NetworkPlayerInfo p_238524_1_, IFormattableTextComponent p_238524_2_)ITextComponentPlayerTabOverlayGui. getNameForDisplay(NetworkPlayerInfo p_200262_1_)protected voidPlayerTabOverlayGui. renderPingIcon(MatrixStack p_238522_1_, int p_238522_2_, int p_238522_3_, int p_238522_4_, NetworkPlayerInfo p_238522_5_)private voidPlayerTabOverlayGui. 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 voidFilterList. addPlayer(NetworkPlayerInfo p_244657_1_, SocialInteractionsScreen.Mode p_244657_2_)voidFilterManager. addPlayer(NetworkPlayerInfo p_244645_1_)voidSocialInteractionsScreen. 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. playersprivate static com.google.common.collect.Ordering<NetworkPlayerInfo>TeleportToPlayer. PROFILE_ORDERConstructor 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. playerInfoMapMethods in net.minecraft.client.network.play that return NetworkPlayerInfo Modifier and Type Method Description NetworkPlayerInfoClientPlayNetHandler. getPlayerInfo(java.lang.String p_175104_1_)NetworkPlayerInfoClientPlayNetHandler. 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 voidForgeHooksClient. 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 NetworkPlayerInfoClientPlayerChangeGameModeEvent. infoMethods in net.minecraftforge.client.event that return NetworkPlayerInfo Modifier and Type Method Description NetworkPlayerInfoClientPlayerChangeGameModeEvent. getInfo()Constructors in net.minecraftforge.client.event with parameters of type NetworkPlayerInfo Constructor Description ClientPlayerChangeGameModeEvent(NetworkPlayerInfo info, GameType currentGameMode, GameType newGameMode)
-