Class RealmsSelectFileToUploadScreen.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsSelectFileToUploadScreen.Entry>
com.mojang.realmsclient.gui.screens.RealmsSelectFileToUploadScreen.Entry
- All Implemented Interfaces:
GuiEventListener
,NarrationSupplier
- Enclosing class:
- RealmsSelectFileToUploadScreen
class RealmsSelectFileToUploadScreen.Entry
extends ObjectSelectionList.Entry<RealmsSelectFileToUploadScreen.Entry>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private final Component
private final LevelSummary
private final String
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_89562_, double p_89563_, int p_89564_) void
render
(PoseStack p_89566_, int p_89567_, int p_89568_, int p_89569_, int p_89570_, int p_89571_, int p_89572_, int p_89573_, boolean p_89574_, float p_89575_) protected void
renderItem
(PoseStack p_167475_, int p_167476_, int p_167477_, int p_167478_) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
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.components.events.GuiEventListener
charTyped, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
levelSummary
-
name
-
id
-
info
-
-
Constructor Details
-
Entry
-
-
Method Details
-
render
public void render(PoseStack p_89566_, int p_89567_, int p_89568_, int p_89569_, int p_89570_, int p_89571_, int p_89572_, int p_89573_, boolean p_89574_, float p_89575_) - Specified by:
render
in classAbstractSelectionList.Entry<RealmsSelectFileToUploadScreen.Entry>
-
mouseClicked
public boolean mouseClicked(double p_89562_, double p_89563_, int p_89564_) -
renderItem
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<RealmsSelectFileToUploadScreen.Entry>
-