Class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Enclosing class:
RealmsSelectWorldTemplateScreen
@Environment(CLIENT)
private class RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntryintermediary net/minecraft/class_4419$class_4421official gaq$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate @Nullable TexturedButtonWidgetprivate static final ButtonTexturesfinal WorldTemplateprivate static final Textprivate @Nullable TexturedButtonWidgetprivate static final ButtonTexturesFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(Click click, boolean doubled) Callback for when a mouse button down event has been captured.voidrender(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks) 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
forEachChild, getContentBottomEnd, getContentHeight, getContentMiddleX, getContentMiddleY, getContentRightEnd, getContentWidth, getContentX, getContentY, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, setFocused, setHeight, setWidth, setX, setYMethods 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, getNavigationPath, isClickable, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
LINK_TEXTURES
- Mappings:
Namespace Name Mixin selector named LINK_TEXTURESLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;LINK_TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;intermediary field_45980Lnet/minecraft/class_4419$class_4421;field_45980:Lnet/minecraft/class_8666;official cLgaq$a;c:Lgii;
-
VIDEO_LINK_TEXTURES
- Mappings:
Namespace Name Mixin selector named VIDEO_LINK_TEXTURESLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;VIDEO_LINK_TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;intermediary field_45981Lnet/minecraft/class_4419$class_4421;field_45981:Lnet/minecraft/class_8666;official dLgaq$a;d:Lgii;
-
INFO_TOOLTIP_TEXT
- Mappings:
Namespace Name Mixin selector named INFO_TOOLTIP_TEXTLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;INFO_TOOLTIP_TEXT:Lnet/minecraft/text/Text;intermediary field_45982Lnet/minecraft/class_4419$class_4421;field_45982:Lnet/minecraft/class_2561;official eLgaq$a;e:Lym;
-
TRAILER_TOOLTIP_TEXT
- Mappings:
Namespace Name Mixin selector named TRAILER_TOOLTIP_TEXTLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;TRAILER_TOOLTIP_TEXT:Lnet/minecraft/text/Text;intermediary field_45983Lnet/minecraft/class_4419$class_4421;field_45983:Lnet/minecraft/class_2561;official fLgaq$a;f:Lym;
-
mTemplate
- Mappings:
Namespace Name Mixin selector named mTemplateLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;mTemplate:Lnet/minecraft/client/realms/dto/WorldTemplate;intermediary field_20094Lnet/minecraft/class_4419$class_4421;field_20094:Lnet/minecraft/class_4890;official aLgaq$a;a:Lfzo;
-
infoButton
- Mappings:
Namespace Name Mixin selector named infoButtonLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;infoButton:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;intermediary field_45985Lnet/minecraft/class_4419$class_4421;field_45985:Lnet/minecraft/class_344;official gLgaq$a;g:Lghe;
-
trailerButton
- Mappings:
Namespace Name Mixin selector named trailerButtonLnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;trailerButton:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;intermediary field_45986Lnet/minecraft/class_4419$class_4421;field_45986:Lnet/minecraft/class_344;official iLgaq$a;i:Lghe;
-
-
Constructor Details
-
WorldTemplateObjectSelectionListEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen;Lnet/minecraft/client/realms/dto/WorldTemplate;)Vintermediary <init>Lnet/minecraft/class_4419$class_4421;<init>(Lnet/minecraft/class_4419;Lnet/minecraft/class_4890;)Vofficial <init>Lgaq$a;<init>(Lgaq;Lfzo;)V
-
-
Method Details
-
mouseClicked
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<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Zofficial aLgka;a(Lgwo;Z)Z
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)Vofficial aLggm$a;a(Lggf;IIZF)V
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry>- 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 aLghp$a;a()Lym;
-