Uses of Class
com.mojang.realmsclient.dto.PlayerInfo
-
Packages that use PlayerInfo Package Description com.mojang.realmsclient.dto com.mojang.realmsclient.gui.screens -
-
Uses of PlayerInfo in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type PlayerInfo Modifier and Type Field Description java.util.List<PlayerInfo>
RealmsServer. players
Methods in com.mojang.realmsclient.dto that return types with arguments of type PlayerInfo Modifier and Type Method Description private static java.util.List<PlayerInfo>
RealmsServer. parseInvited(com.google.gson.JsonArray p_230769_0_)
-
Uses of PlayerInfo in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as PlayerInfo Modifier and Type Field Description private PlayerInfo
RealmsPlayerScreen.InvitedEntry. playerInfo
Methods in com.mojang.realmsclient.gui.screens with parameters of type PlayerInfo Modifier and Type Method Description void
RealmsPlayerScreen.InvitedList. addEntry(PlayerInfo p_223870_1_)
private void
RealmsPlayerScreen.InvitedEntry. renderInvitedItem(MatrixStack p_237932_1_, PlayerInfo p_237932_2_, int p_237932_3_, int p_237932_4_, int p_237932_5_, int p_237932_6_)
Constructors in com.mojang.realmsclient.gui.screens with parameters of type PlayerInfo Constructor Description InvitedEntry(PlayerInfo p_i51614_2_)
-