Class RealmsPlayerTab.InvitedObjectSelectionList
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ScrollableWidget
net.minecraft.client.gui.widget.ContainerWidget
net.minecraft.client.gui.widget.EntryListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>
net.minecraft.client.gui.widget.ElementListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>
net.minecraft.client.realms.gui.screen.tab.RealmsPlayerTab.InvitedObjectSelectionList
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,ParentElement,Selectable,Widget
- Enclosing class:
RealmsPlayerTab
@Environment(CLIENT)
private class RealmsPlayerTab.InvitedObjectSelectionList
extends ElementListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$InvitedObjectSelectionListintermediary net/minecraft/class_4406$class_4407official fsd$b
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ElementListWidget
ElementListWidget.Entry<E extends ElementListWidget.Entry<E>>Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.EntryListWidget
centerListVertically, client, headerHeight, itemHeightFields inherited from class net.minecraft.client.gui.widget.ScrollableWidget
SCROLLBAR_WIDTHFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawHeaderAndFooterSeparators(DrawContext context) protected voiddrawMenuListBackground(DrawContext context) intprotected voidrenderHeader(DrawContext context, int x, int y) Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget
appendClickableNarrations, getNavigationPath, getType, isSelectedEntry, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, drawSelectionHighlight, enableScissor, ensureVisible, getContentsHeightWithPadding, getDeltaYPerScroll, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollbarX, getSelectedOrNull, hoveredElement, position, position, remove, removeEntry, removeEntryWithoutScrolling, renderDecorations, renderEntry, renderList, renderWidget, replaceEntries, setSelected, setSelectedMethods inherited from class net.minecraft.client.gui.widget.ContainerWidget
isDragging, isFocused, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.ScrollableWidget
checkScrollbarDragged, drawScrollbar, getMaxScrollY, getScrollbarThumbHeight, getScrollbarThumbY, getScrollY, mouseScrolled, onRelease, overflows, refreshScroll, setScrollYMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getWidth, getX, getY, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, onClick, onDrag, playClickSound, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, 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
getBorder, getNavigationFocus, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, keyPressed, keyReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
field_49472
private static final int field_49472- See Also:
- Mappings:
Namespace Name Mixin selector named field_49472Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$InvitedObjectSelectionList;field_49472:Iintermediary field_49472Lnet/minecraft/class_4406$class_4407;field_49472:Iofficial mLfsd$b;m:I
-
-
Constructor Details
-
InvitedObjectSelectionList
public InvitedObjectSelectionList(int width, int height) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$InvitedObjectSelectionList;<init>(Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;II)Vintermediary <init>Lnet/minecraft/class_4406$class_4407;<init>(Lnet/minecraft/class_4406;II)Vofficial <init>Lfsd$b;<init>(Lfsd;II)V
-
-
Method Details
-
renderHeader
- Overrides:
renderHeaderin classEntryListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector named renderHeaderLnet/minecraft/client/gui/widget/EntryListWidget;renderHeader(Lnet/minecraft/client/gui/DrawContext;II)Vintermediary method_25312Lnet/minecraft/class_350;method_25312(Lnet/minecraft/class_332;II)Vofficial aLfxh;a(Lfxa;II)V
-
drawMenuListBackground
- Overrides:
drawMenuListBackgroundin classEntryListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector named drawMenuListBackgroundLnet/minecraft/client/gui/widget/EntryListWidget;drawMenuListBackground(Lnet/minecraft/client/gui/DrawContext;)Vintermediary method_57715Lnet/minecraft/class_350;method_57715(Lnet/minecraft/class_332;)Vofficial aLfxh;a(Lfxa;)V
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidthin classEntryListWidget<RealmsPlayerTab.InvitedObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector named getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()Iintermediary method_25322Lnet/minecraft/class_350;method_25322()Iofficial aLfxh;a()I
-