Class RealmsPlayerScreen.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsPlayerScreen.Entry>
com.mojang.realmsclient.gui.screens.RealmsPlayerScreen.Entry
- All Implemented Interfaces:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
- Enclosing class:
- RealmsPlayerScreen
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private final List<AbstractWidget>
private final ImageButton
private final PlayerInfo
private final ImageButton
private final ImageButton
private static final int
private static final int
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
mouseClicked
(double p_279264_, double p_279493_, int p_279168_) void
render
(GuiGraphics p_282985_, int p_281343_, int p_283042_, int p_282863_, int p_281381_, int p_282692_, int p_283240_, int p_282706_, boolean p_283067_, float p_282230_) void
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocused
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.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
X_OFFSET
private static final int X_OFFSET- See Also:
-
Y_PADDING
private static final int Y_PADDING- See Also:
-
BUTTON_WIDTH
private static final int BUTTON_WIDTH- See Also:
-
BUTTON_HEIGHT
private static final int BUTTON_HEIGHT- See Also:
-
playerInfo
-
children
-
removeButton
-
makeOpButton
-
removeOpButton
-
-
Constructor Details
-
Entry
-
-
Method Details
-
updateButtons
public void updateButtons() -
mouseClicked
public boolean mouseClicked(double p_279264_, double p_279493_, int p_279168_) -
render
public void render(GuiGraphics p_282985_, int p_281343_, int p_283042_, int p_282863_, int p_281381_, int p_282692_, int p_283240_, int p_282706_, boolean p_283067_, float p_282230_) - Specified by:
render
in classAbstractSelectionList.Entry<RealmsPlayerScreen.Entry>
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<RealmsPlayerScreen.Entry>
-