Class ChatSelectionScreen.SelectionListWidget.SeparatorEntry
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
net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.SeparatorEntry
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Enclosing class:
ChatSelectionScreen.SelectionListWidget
@Environment(CLIENT)
public static class ChatSelectionScreen.SelectionListWidget.SeparatorEntry
extends ChatSelectionScreen.SelectionListWidget.Entry
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SeparatorEntryintermediary net/minecraft/class_7543$class_7544$class_7550official gnl$a$f
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
field_62115 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(DrawContext context, int index, int y, boolean bool, float float2) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.Entry
canSelect, getNarration, isHighlightedOnHover, isSelected, mouseClickedMethods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
forEachChild, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, method_73380, method_73381, method_73382, method_73383, method_73384, method_73385, method_73386, method_73387, method_73388, method_73389, setFocused, 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, keyPressed, keyReleased, method_72784, 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
-
SeparatorEntry
public SeparatorEntry()
-
-
Method Details
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>- Parameters:
index- the index of the entryy- the Y coordinate of the entry- 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 aLfzk$a;a(Lfze;IIZF)V
-