Class ChatSelectionScreen.SelectionListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.Entry
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Direct Known Subclasses:
ChatSelectionScreen.SelectionListWidget.MessageEntry,ChatSelectionScreen.SelectionListWidget.SenderEntry,ChatSelectionScreen.SelectionListWidget.SeparatorEntry,ChatSelectionScreen.SelectionListWidget.TextEntry
- Enclosing class:
ChatSelectionScreen.SelectionListWidget
@Environment(CLIENT)
public abstract static class ChatSelectionScreen.SelectionListWidget.Entry
extends AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entryintermediary net/minecraft/class_7543$class_7544$class_7546official grn$a$b
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanmouseClicked(Click click, boolean doubled) Callback for when a mouse button down event has been captured.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, render, 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
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>- 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 aLgem$a;a()Lxx;
-
isSelected
public boolean isSelected()- Mappings:
Namespace Name Mixin selector named isSelectedLnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isSelected()Zintermediary method_44514Lnet/minecraft/class_7543$class_7544$class_7546;method_44514()Zofficial bLgrn$a$b;b()Z
-
canSelect
public boolean canSelect()- Mappings:
Namespace Name Mixin selector named canSelectLnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;canSelect()Zintermediary method_44515Lnet/minecraft/class_7543$class_7544$class_7546;method_44515()Zofficial cLgrn$a$b;c()Z
-
isHighlightedOnHover
public boolean isHighlightedOnHover()- Mappings:
Namespace Name Mixin selector named isHighlightedOnHoverLnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isHighlightedOnHover()Zintermediary method_44694Lnet/minecraft/class_7543$class_7544$class_7546;method_44694()Zofficial eLgrn$a$b;e()Z
-
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<ChatSelectionScreen.SelectionListWidget.Entry>- 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 aLggw;a(Lgti;Z)Z
-