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. players
Methods 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 PlayerInfo
RealmsPlayerScreen.InvitedObjectSelectionListEntry. playerInfo
Methods in net.minecraft.client.realms.gui.screen with parameters of type PlayerInfo Modifier and Type Method Description void
RealmsPlayerScreen.InvitedObjectSelectionList. addEntry(PlayerInfo playerInfo)
private void
RealmsPlayerScreen.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)