Class RealmsSelectFileToUploadScreen.WorldListEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen.WorldListEntry
- All Implemented Interfaces:
Element
,Narratable
,Navigable
- Enclosing class:
RealmsSelectFileToUploadScreen
@Environment(CLIENT)
private class RealmsSelectFileToUploadScreen.WorldListEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry
intermediary net/minecraft/class_4416$class_4417
official fkf$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Text
private final String
private final Text
private final LevelSummary
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.void
render
(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.protected void
renderItem
(DrawContext context, int index, int x, int y) Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrations
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
drawBorder, isFocused, isMouseOver, 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.Element
charTyped, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
summary
- Mappings:
Namespace Name Mixin selector named summary
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;summary:Lnet/minecraft/world/level/storage/LevelSummary;
intermediary field_22718
Lnet/minecraft/class_4416$class_4417;field_22718:Lnet/minecraft/class_34;
official b
Lfkf$a;b:Lewd;
-
displayName
- Mappings:
Namespace Name Mixin selector named displayName
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;displayName:Ljava/lang/String;
intermediary field_26509
Lnet/minecraft/class_4416$class_4417;field_26509:Ljava/lang/String;
official c
Lfkf$a;c:Ljava/lang/String;
-
nameAndLastPlayed
- Mappings:
Namespace Name Mixin selector named nameAndLastPlayed
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;nameAndLastPlayed:Lnet/minecraft/text/Text;
intermediary field_26510
Lnet/minecraft/class_4416$class_4417;field_26510:Lnet/minecraft/class_2561;
official d
Lfkf$a;d:Lxv;
-
details
- Mappings:
Namespace Name Mixin selector named details
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;details:Lnet/minecraft/text/Text;
intermediary field_26511
Lnet/minecraft/class_4416$class_4417;field_26511:Lnet/minecraft/class_2561;
official e
Lfkf$a;e:Lxv;
-
-
Constructor Details
-
WorldListEntry
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen;Lnet/minecraft/world/level/storage/LevelSummary;)V
intermediary <init>
Lnet/minecraft/class_4416$class_4417;<init>(Lnet/minecraft/class_4416;Lnet/minecraft/class_34;)V
official <init>
Lfkf$a;<init>(Lfkf;Lewd;)V
-
-
Method Details
-
render
public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.- Specified by:
render
in classEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
- Parameters:
index
- the index of the entryy
- the Y coordinate of the entryx
- the X coordinate of the entryentryWidth
- the width of the entryentryHeight
- the height of the entrymouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousehovered
- whether the mouse is hovering over the entry- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V
intermediary method_25343
Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V
official a
Lfnz$a;a(Lfnr;IIIIIIIZF)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Specified by:
mouseClicked
in interfaceElement
- Overrides:
mouseClicked
in classAlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfqc;a(DDI)Z
-
renderItem
- Mappings:
Namespace Name Mixin selector named renderItem
Lnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;renderItem(Lnet/minecraft/client/gui/DrawContext;III)V
intermediary method_21411
Lnet/minecraft/class_4416$class_4417;method_21411(Lnet/minecraft/class_332;III)V
official a
Lfkf$a;a(Lfnr;III)V
-
getNarration
- Specified by:
getNarration
in classAlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>
- Mappings:
Namespace Name Mixin selector named getNarration
Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;
intermediary method_37006
Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
official a
Lfpb$a;a()Lxv;
-