Package net.minecraft.client.gui.widget
Class DelegatingRealmsScrolledSelectionListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.DelegatingRealmsScrolledSelectionListWidget
- Mappings:
Namespace Name official bgnintermediary net/minecraft/class_1810named net/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.ListWidget
client, entryHeight, field_1254, field_1256, field_7735, headerHeight, height, lastMouseX, lastMouseY, renderHeader, renderSelection, scrollAmount, time, visible, width, xEnd, xStart, yDrag, yEnd, yStart -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingRealmsScrolledSelectionListWidget(RealmsScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight) -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected intvoidprotected booleanisEntrySelected(int index) intintintprotected voidprotected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY) protected voidselectEntry(int index, boolean bool, int lastMouseX, int lastMouseY) Methods inherited from class net.minecraft.client.gui.widget.ListWidget
buttonClicked, capYPosition, clickedHeader, getEntryAt, getItemHeight, getMaxScroll, getRowWidth, getScrollAmount, isDragging, isMouseInList, render, renderDecorations, renderHeader, renderHoleBackground, renderList, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Field Details
-
list
- Mappings:
Namespace Name Mixin selector official uLbgn;u:Lnet/minecraft/realms/RealmsScrolledSelectionList;intermediary field_7749Lnet/minecraft/class_1810;field_7749:Lnet/minecraft/realms/RealmsScrolledSelectionList;named listLnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;list:Lnet/minecraft/realms/RealmsScrolledSelectionList;
-
-
Constructor Details
-
DelegatingRealmsScrolledSelectionListWidget
public DelegatingRealmsScrolledSelectionListWidget(RealmsScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight) - Mappings:
Namespace Name Mixin selector official <init>Lbgn;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)Vintermediary <init>Lnet/minecraft/class_1810;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)Vnamed <init>Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)V
-
-
Method Details
-
getEntryCount
protected int getEntryCount()- Specified by:
getEntryCountin classListWidget- Mappings:
Namespace Name Mixin selector official bLbgd;b()Iintermediary method_1050Lnet/minecraft/class_390;method_1050()Inamed getEntryCountLnet/minecraft/client/gui/widget/ListWidget;getEntryCount()I
-
selectEntry
protected void selectEntry(int index, boolean bool, int lastMouseX, int lastMouseY) - Specified by:
selectEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLbgd;a(IZII)Vintermediary method_1057Lnet/minecraft/class_390;method_1057(IZII)Vnamed selectEntryLnet/minecraft/client/gui/widget/ListWidget;selectEntry(IZII)V
-
isEntrySelected
protected boolean isEntrySelected(int index) - Specified by:
isEntrySelectedin classListWidget- Mappings:
Namespace Name Mixin selector official aLbgd;a(I)Zintermediary method_1051Lnet/minecraft/class_390;method_1051(I)Znamed isEntrySelectedLnet/minecraft/client/gui/widget/ListWidget;isEntrySelected(I)Z
-
renderBackground
protected void renderBackground()- Specified by:
renderBackgroundin classListWidget- Mappings:
Namespace Name Mixin selector official aLbgd;a()Vintermediary method_1066Lnet/minecraft/class_390;method_1066()Vnamed renderBackgroundLnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
-
renderEntry
protected void renderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY) - Specified by:
renderEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLbgd;a(IIIIII)Vintermediary method_1055Lnet/minecraft/class_390;method_1055(IIIIII)Vnamed renderEntryLnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V
-
method_6735
public int method_6735()- Mappings:
Namespace Name Mixin selector official eLbgn;e()Iintermediary method_6735Lnet/minecraft/class_1810;method_6735()Inamed method_6735Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_6735()I
-
method_6736
public int method_6736()- Mappings:
Namespace Name Mixin selector official fLbgn;f()Iintermediary method_6736Lnet/minecraft/class_1810;method_6736()Inamed method_6736Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_6736()I
-
method_6737
public int method_6737()- Mappings:
Namespace Name Mixin selector official gLbgn;g()Iintermediary method_6737Lnet/minecraft/class_1810;method_6737()Inamed method_6737Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_6737()I
-
getMaxPosition
protected int getMaxPosition()- Overrides:
getMaxPositionin classListWidget- Mappings:
Namespace Name Mixin selector official kLbgd;k()Iintermediary method_1062Lnet/minecraft/class_390;method_1062()Inamed getMaxPositionLnet/minecraft/client/gui/widget/ListWidget;getMaxPosition()I
-
getScrollbarPosition
protected int getScrollbarPosition()- Overrides:
getScrollbarPositionin classListWidget- Mappings:
Namespace Name Mixin selector official dLbgd;d()Iintermediary method_1069Lnet/minecraft/class_390;method_1069()Inamed getScrollbarPositionLnet/minecraft/client/gui/widget/ListWidget;getScrollbarPosition()I
-
handleMouse
public void handleMouse()- Overrides:
handleMousein classListWidget- Mappings:
Namespace Name Mixin selector official pLbgd;p()Vintermediary method_9529Lnet/minecraft/class_390;method_9529()Vnamed handleMouseLnet/minecraft/client/gui/widget/ListWidget;handleMouse()V
-