Class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
- All Implemented Interfaces:
Element,Narratable,Navigable
- Enclosing class:
RealmsSelectWorldTemplateScreen
@Environment(CLIENT)
private class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
- Mappings:
Namespace Name official eom$aintermediary net/minecraft/class_4419$class_4421named net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ButtonTexturesprivate static final ButtonTexturesprivate static final Textprivate static final Textprivate longprivate @Nullable TexturedButtonWidgetprivate @Nullable TexturedButtonWidgetfinal WorldTemplateFields 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 tickDelta) Renders an entry in a list.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, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
field_45980
- Mappings:
Namespace Name Mixin selector official cLeom$a;c:Lets;intermediary field_45980Lnet/minecraft/class_4419$class_4421;field_45980:Lnet/minecraft/class_8666;named field_45980Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45980:Lnet/minecraft/client/gui/screen/ButtonTextures;
-
field_45981
- Mappings:
Namespace Name Mixin selector official dLeom$a;d:Lets;intermediary field_45981Lnet/minecraft/class_4419$class_4421;field_45981:Lnet/minecraft/class_8666;named field_45981Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45981:Lnet/minecraft/client/gui/screen/ButtonTextures;
-
field_45982
- Mappings:
Namespace Name Mixin selector official eLeom$a;e:Ltf;intermediary field_45982Lnet/minecraft/class_4419$class_4421;field_45982:Lnet/minecraft/class_2561;named field_45982Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45982:Lnet/minecraft/text/Text;
-
field_45983
- Mappings:
Namespace Name Mixin selector official fLeom$a;f:Ltf;intermediary field_45983Lnet/minecraft/class_4419$class_4421;field_45983:Lnet/minecraft/class_2561;named field_45983Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45983:Lnet/minecraft/text/Text;
-
mTemplate
- Mappings:
Namespace Name Mixin selector official aLeom$a;a:Lend;intermediary field_20094Lnet/minecraft/class_4419$class_4421;field_20094:Lnet/minecraft/class_4890;named mTemplateLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;mTemplate:Lnet/minecraft/client/realms/dto/WorldTemplate;
-
field_45984
private long field_45984- Mappings:
Namespace Name Mixin selector official gLeom$a;g:Jintermediary field_45984Lnet/minecraft/class_4419$class_4421;field_45984:Jnamed field_45984Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45984:J
-
field_45985
- Mappings:
Namespace Name Mixin selector official hLeom$a;h:Less;intermediary field_45985Lnet/minecraft/class_4419$class_4421;field_45985:Lnet/minecraft/class_344;named field_45985Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45985:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
-
field_45986
- Mappings:
Namespace Name Mixin selector official iLeom$a;i:Less;intermediary field_45986Lnet/minecraft/class_4419$class_4421;field_45986:Lnet/minecraft/class_344;named field_45986Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;field_45986:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
-
-
Constructor Details
-
WorldTemplateObjectSelectionListEntry
- Mappings:
Namespace Name Mixin selector official <init>Leom$a;<init>(Leom;Lend;)Vintermediary <init>Lnet/minecraft/class_4419$class_4421;<init>(Lnet/minecraft/class_4419;Lnet/minecraft/class_4890;)Vnamed <init>Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen;Lnet/minecraft/client/realms/dto/WorldTemplate;)V
-
-
Method Details
-
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.- 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 official aLeua;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
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:
renderin classEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>- 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 official aLesb$a;a(Lerv;IIIIIIIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)Vnamed renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector official aLetc$a;a()Ltf;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;
-