@Environment(value=CLIENT) class RealmsPlayerScreen.InvitedObjectSelectionListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
| Modifier and Type | Field and Description |
|---|---|
private PlayerInfo |
mPlayerInfo |
| Constructor and Description |
|---|
InvitedObjectSelectionListEntry(RealmsPlayerScreen realmsPlayerScreen,
PlayerInfo playerInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta) |
private void |
renderInvitedItem(PlayerInfo invited,
int x,
int y,
int mouseX,
int mouseY) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledprivate final PlayerInfo mPlayerInfo
public InvitedObjectSelectionListEntry(RealmsPlayerScreen realmsPlayerScreen, PlayerInfo playerInfo)
public void render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta)
render in class EntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>private void renderInvitedItem(PlayerInfo invited, int x, int y, int mouseX, int mouseY)