Class RealmsPlayerScreen.InvitedEntry
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<RealmsPlayerScreen.InvitedEntry>
-
- com.mojang.realmsclient.gui.screens.RealmsPlayerScreen.InvitedEntry
-
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- RealmsPlayerScreen
class RealmsPlayerScreen.InvitedEntry extends ExtendedList.AbstractListEntry<RealmsPlayerScreen.InvitedEntry>
-
-
Field Summary
Fields Modifier and Type Field Description private PlayerInfo
playerInfo
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description InvitedEntry(PlayerInfo p_i51614_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
private void
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_)
-
Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocus
-
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
isMouseOver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
-
-
-
Field Detail
-
playerInfo
private final PlayerInfo playerInfo
-
-
Constructor Detail
-
InvitedEntry
public InvitedEntry(PlayerInfo p_i51614_2_)
-
-
Method Detail
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
- Specified by:
render
in classAbstractList.AbstractListEntry<RealmsPlayerScreen.InvitedEntry>
-
renderInvitedItem
private void 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_)
-
-