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
,TabOrderedElement
,NarrationSupplier
- Enclosing class:
RealmsSelectFileToUploadScreen
class RealmsSelectFileToUploadScreen.Entry
extends ObjectSelectionList.Entry<RealmsSelectFileToUploadScreen.Entry>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Component
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
(GuiGraphics p_282307_, int p_281918_, int p_281770_, int p_282954_, int p_281599_, int p_281852_, int p_283452_, int p_282531_, boolean p_283120_, float p_282082_) protected void
renderItem
(GuiGraphics p_282872_, int p_283187_, int p_283611_, int p_282173_) 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
-
levelSummary
-
name
-
id
-
info
-
-
Constructor Details
-
Entry
-
-
Method Details
-
render
public void render(GuiGraphics p_282307_, int p_281918_, int p_281770_, int p_282954_, int p_281599_, int p_281852_, int p_283452_, int p_282531_, boolean p_283120_, float p_282082_) - 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>
-