Uses of Class
net.minecraft.client.realms.dto.PlayerInfo
| Package | Description |
|---|---|
| net.minecraft.client.realms.dto | |
| net.minecraft.client.realms.gui.screen |
-
Uses of PlayerInfo in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type PlayerInfo Modifier and Type Field Description List<PlayerInfo>RealmsServer. playersMethods in net.minecraft.client.realms.dto that return types with arguments of type PlayerInfo Modifier and Type Method Description private static List<PlayerInfo>RealmsServer. parseInvited(JsonArray jsonArray) -
Uses of PlayerInfo in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as PlayerInfo Modifier and Type Field Description private PlayerInfoRealmsPlayerScreen.InvitedObjectSelectionListEntry. playerInfoMethods in net.minecraft.client.realms.gui.screen with parameters of type PlayerInfo Modifier and Type Method Description voidRealmsPlayerScreen.InvitedObjectSelectionList. addEntry(PlayerInfo playerInfo)private voidRealmsPlayerScreen.InvitedObjectSelectionListEntry. renderInvitedItem(MatrixStack matrices, PlayerInfo playerInfo, int x, int y, int mouseX, int mouseY)Constructors in net.minecraft.client.realms.gui.screen with parameters of type PlayerInfo Constructor Description InvitedObjectSelectionListEntry(PlayerInfo playerInfo)