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
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final List<AbstractWidget>private static final WidgetSpritesprivate final ImageButtonprivate final PlayerInfoprivate static final WidgetSpritesprivate static final WidgetSpritesprivate final ImageButtonprivate final ImageButtonprivate static final intprivate static final intFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
listFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(double p_279264_, double p_279493_, int p_279168_) voidrender(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_) voidMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods 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:
-
REMOVE_BUTTON_SPRITES
-
MAKE_OP_BUTTON_SPRITES
-
REMOVE_OP_BUTTON_SPRITES
-
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:
renderin classAbstractSelectionList.Entry<RealmsPlayerScreen.Entry>
-
getNarration
- Specified by:
getNarrationin classObjectSelectionList.Entry<RealmsPlayerScreen.Entry>
-