Class ChatSelectionScreen.SelectionListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
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
- Direct Known Subclasses:
ChatSelectionScreen.SelectionListWidget.MessageEntry
,ChatSelectionScreen.SelectionListWidget.SenderEntry
,ChatSelectionScreen.SelectionListWidget.SeparatorEntry
,ChatSelectionScreen.SelectionListWidget.TextEntry
- Enclosing class:
ChatSelectionScreen.SelectionListWidget
@Environment(CLIENT)
public abstract class ChatSelectionScreen.SelectionListWidget.Entry
extends AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
- Mappings:
Namespace Name official eyo$a$b
intermediary net/minecraft/class_7543$class_7544$class_7546
named net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
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, render, 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, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getNarration
- Specified by:
getNarration
in classAlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official a
Leqc$a;a()Lsw;
intermediary method_37006
Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
named getNarration
Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;
-
isSelected
public boolean isSelected()- Mappings:
Namespace Name Mixin selector official b
Leyo$a$b;b()Z
intermediary method_44514
Lnet/minecraft/class_7543$class_7544$class_7546;method_44514()Z
named isSelected
Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isSelected()Z
-
canSelect
public boolean canSelect()- Mappings:
Namespace Name Mixin selector official d
Leyo$a$b;d()Z
intermediary method_44515
Lnet/minecraft/class_7543$class_7544$class_7546;method_44515()Z
named canSelect
Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;canSelect()Z
-
isHighlightedOnHover
public boolean isHighlightedOnHover()- Mappings:
Namespace Name Mixin selector official e
Leyo$a$b;e()Z
intermediary method_44694
Lnet/minecraft/class_7543$class_7544$class_7546;method_44694()Z
named isHighlightedOnHover
Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isHighlightedOnHover()Z
-