Class AbuseReportReasonScreen.ReasonListWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget<AbuseReportReasonScreen.ReasonListWidget.ReasonEntry>
net.minecraft.client.gui.screen.report.AbuseReportReasonScreen.ReasonListWidget
- All Implemented Interfaces:
Drawable,Element,Narratable,ParentElement,Selectable
- Enclosing class:
AbuseReportReasonScreen
@Environment(CLIENT)
public class AbuseReportReasonScreen.ReasonListWidget
extends AlwaysSelectedEntryListWidget<AbuseReportReasonScreen.ReasonListWidget.ReasonEntry>
- Mappings:
Namespace Name official eok$aintermediary net/minecraft/class_7551$class_7552named net/minecraft/client/gui/screen/report/AbuseReportReasonScreen$ReasonListWidget
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.EntryListWidget
EntryListWidget.MoveDirectionNested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
appendNarrations, changeFocusMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawSelectionHighlight, ensureSelectedEntryVisible, ensureVisible, getEntry, getEntryAtPosition, getEntryCount, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelectedOrNull, getType, isFocused, isMouseOver, isSelectedEntry, keyPressed, method_35721, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelectionIf, remove, removeEntry, removeEntryWithoutScrolling, render, renderBackground, renderDecorations, renderEntry, renderHeader, renderList, replaceEntries, setLeftPos, setRenderBackground, setRenderHeader, setRenderHorizontalShadows, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.AbstractParentElement
isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, hoveredElement, keyReleased, setInitialFocusMethods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Constructor Details
-
ReasonListWidget
- Mappings:
Namespace Name Mixin selector official <init>Leok$a;<init>(Leok;Leex;)Vintermediary <init>Lnet/minecraft/class_7551$class_7552;<init>(Lnet/minecraft/class_7551;Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen$ReasonListWidget;<init>(Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
getEntry
@Nullable public @Nullable AbuseReportReasonScreen.ReasonListWidget.ReasonEntry getEntry(AbuseReportReason reason) - Mappings:
Namespace Name Mixin selector official aLeok$a;a(Leur;)Leok$a$a;intermediary method_44522Lnet/minecraft/class_7551$class_7552;method_44522(Lnet/minecraft/class_7573;)Lnet/minecraft/class_7551$class_7552$class_7553;named getEntryLnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen$ReasonListWidget;getEntry(Lnet/minecraft/client/report/AbuseReportReason;)Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen$ReasonListWidget$ReasonEntry;
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidthin classEntryListWidget<AbuseReportReasonScreen.ReasonListWidget.ReasonEntry>- Mappings:
Namespace Name Mixin selector official cLegr;c()Iintermediary method_25322Lnet/minecraft/class_350;method_25322()Inamed getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-
getScrollbarPositionX
protected int getScrollbarPositionX()- Overrides:
getScrollbarPositionXin classEntryListWidget<AbuseReportReasonScreen.ReasonListWidget.ReasonEntry>- Mappings:
Namespace Name Mixin selector official dLegr;d()Iintermediary method_25329Lnet/minecraft/class_350;method_25329()Inamed getScrollbarPositionXLnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
-