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$WorldListEntryintermediary net/minecraft/class_4416$class_4417official fpw$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Textprivate final Stringprivate final Textprivate final LevelSummaryFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.voidrender(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickProgress) Renders an entry in a list.protected voidrenderItem(DrawContext context, int index, int x, int y) Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
drawBorder, isFocused, isMouseOver, 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.Element
charTyped, getBorder, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
summary
- Mappings:
Namespace Name Mixin selector named summaryLnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;summary:Lnet/minecraft/world/level/storage/LevelSummary;intermediary field_22718Lnet/minecraft/class_4416$class_4417;field_22718:Lnet/minecraft/class_34;official bLfpw$a;b:Lfay;
-
displayName
- Mappings:
Namespace Name Mixin selector named displayNameLnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;displayName:Ljava/lang/String;intermediary field_26509Lnet/minecraft/class_4416$class_4417;field_26509:Ljava/lang/String;official cLfpw$a;c:Ljava/lang/String;
-
nameAndLastPlayed
- Mappings:
Namespace Name Mixin selector named nameAndLastPlayedLnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;nameAndLastPlayed:Lnet/minecraft/text/Text;intermediary field_26510Lnet/minecraft/class_4416$class_4417;field_26510:Lnet/minecraft/class_2561;official dLfpw$a;d:Lxk;
-
details
- Mappings:
Namespace Name Mixin selector named detailsLnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;details:Lnet/minecraft/text/Text;intermediary field_26511Lnet/minecraft/class_4416$class_4417;field_26511:Lnet/minecraft/class_2561;official eLfpw$a;e:Lxk;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_4416$class_4417;<init>(Lnet/minecraft/class_4416;Lnet/minecraft/class_34;)Vofficial <init>Lfpw$a;<init>(Lfpw;Lfay;)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 tickProgress) Renders an entry in a list.- Specified by:
renderin 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 renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)Vofficial aLfvi$a;a(Lfvb;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 inGLFWclass.- Specified by:
mouseClickedin interfaceElement- Overrides:
mouseClickedin classAlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Zofficial aLfxl;a(DDI)Z
-
renderItem
- Mappings:
Namespace Name Mixin selector named renderItemLnet/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry;renderItem(Lnet/minecraft/client/gui/DrawContext;III)Vintermediary method_21411Lnet/minecraft/class_4416$class_4417;method_21411(Lnet/minecraft/class_332;III)Vofficial aLfpw$a;a(Lfvb;III)V
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<RealmsSelectFileToUploadScreen.WorldListEntry>- Mappings:
Namespace Name Mixin selector named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;official aLfwk$a;a()Lxk;
-