Package net.minecraft.client.gui.widget
Class DelegatingRealmsScrolledSelectionListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.DelegatingRealmsScrolledSelectionListWidget
@Environment(CLIENT) public class DelegatingRealmsScrolledSelectionListWidget extends ListWidget
- Mappings:
Namespace Name official awsintermediary net/minecraft/class_720named net/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget
-
Field Summary
Fields Modifier and Type Field Description private RealmsScrolledSelectionListlistFields inherited from class net.minecraft.client.gui.widget.ListWidget
client, entryHeight, field_3001, field_3003, field_3005, field_3006, headerHeight, height, lastMouseX, lastMouseY, renderHeader, renderSelection, scrollAmount, visible, width, xEnd, xStart, yDrag, yEnd, yStart -
Constructor Summary
Constructors Constructor Description DelegatingRealmsScrolledSelectionListWidget(RealmsScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight) -
Method Summary
Modifier and Type Method Description protected intgetEntriesSize()protected intgetMaxPosition()protected intgetScrollbarPosition()voidhandleMouse()protected booleanisEntrySelected(int index)intmethod_2696()intmethod_2697()intmethod_2698()protected voidrenderBackground()protected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)protected voidselectEntry(int int2, boolean bool, int lastMouseX, int lastMouseY)Methods inherited from class net.minecraft.client.gui.widget.ListWidget
buttonClicked, capYPosition, getEntryAt, getItemHeight, getMaxScroll, getRowWidth, getScrollAmount, isDragging, isMouseInList, method_2630, render, renderDecorations, renderHeader, renderHoleBackground, renderList, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Field Details
-
list
- Mappings:
Namespace Name Mixin selector official uLaws;u:Lnet/minecraft/realms/RealmsScrolledSelectionList;intermediary field_3031Lnet/minecraft/class_720;field_3031: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>Laws;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)Vintermediary <init>Lnet/minecraft/class_720;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)Vnamed <init>Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;<init>(Lnet/minecraft/realms/RealmsScrolledSelectionList;IIIII)V
-
-
Method Details
-
getEntriesSize
protected int getEntriesSize()- Specified by:
getEntriesSizein classListWidget- Mappings:
Namespace Name Mixin selector official bLawi;b()Iintermediary method_2639Lnet/minecraft/class_713;method_2639()Inamed getEntriesSizeLnet/minecraft/client/gui/widget/ListWidget;getEntriesSize()I
-
selectEntry
protected void selectEntry(int int2, boolean bool, int lastMouseX, int lastMouseY)- Specified by:
selectEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLawi;a(IZII)Vintermediary method_2636Lnet/minecraft/class_713;method_2636(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 aLawi;a(I)Zintermediary method_2629Lnet/minecraft/class_713;method_2629(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 aLawi;a()Vintermediary method_2628Lnet/minecraft/class_713;method_2628()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 aLawi;a(IIIIII)Vintermediary method_2634Lnet/minecraft/class_713;method_2634(IIIIII)Vnamed renderEntryLnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V
-
method_2696
public int method_2696()- Mappings:
Namespace Name Mixin selector official eLaws;e()Iintermediary method_2696Lnet/minecraft/class_720;method_2696()Inamed method_2696Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_2696()I
-
method_2697
public int method_2697()- Mappings:
Namespace Name Mixin selector official fLaws;f()Iintermediary method_2697Lnet/minecraft/class_720;method_2697()Inamed method_2697Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_2697()I
-
method_2698
public int method_2698()- Mappings:
Namespace Name Mixin selector official gLaws;g()Iintermediary method_2698Lnet/minecraft/class_720;method_2698()Inamed method_2698Lnet/minecraft/client/gui/widget/DelegatingRealmsScrolledSelectionListWidget;method_2698()I
-
getMaxPosition
protected int getMaxPosition()- Overrides:
getMaxPositionin classListWidget- Mappings:
Namespace Name Mixin selector official kLawi;k()Iintermediary method_2652Lnet/minecraft/class_713;method_2652()Inamed getMaxPositionLnet/minecraft/client/gui/widget/ListWidget;getMaxPosition()I
-
getScrollbarPosition
protected int getScrollbarPosition()- Overrides:
getScrollbarPositionin classListWidget- Mappings:
Namespace Name Mixin selector official dLawi;d()Iintermediary method_2646Lnet/minecraft/class_713;method_2646()Inamed getScrollbarPositionLnet/minecraft/client/gui/widget/ListWidget;getScrollbarPosition()I
-
handleMouse
public void handleMouse()- Overrides:
handleMousein classListWidget- Mappings:
Namespace Name Mixin selector official pLawi;p()Vintermediary method_2656Lnet/minecraft/class_713;method_2656()Vnamed handleMouseLnet/minecraft/client/gui/widget/ListWidget;handleMouse()V
-