Package net.minecraft.client.gui.widget
Class DelegatingRealmsClickableScrolledSelectionListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.DelegatingRealmsClickableScrolledSelectionListWidget
@Environment(CLIENT) public class DelegatingRealmsClickableScrolledSelectionListWidget extends ListWidget
- Mappings:
Namespace Name official awqintermediary net/minecraft/class_718named net/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget
-
Field Summary
Fields Modifier and Type Field Description private RealmsClickableScrolledSelectionListlistFields 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 DelegatingRealmsClickableScrolledSelectionListWidget(RealmsClickableScrolledSelectionList 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)voidmethod_2681(int int2, int int3, int int4, Tezzelator tezzelator)intmethod_2682()intmethod_2683()intmethod_2684()protected voidrenderBackground()protected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)protected voidrenderList(int x, int y, 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, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Field Details
-
list
- Mappings:
Namespace Name Mixin selector official uLawq;u:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;intermediary field_3029Lnet/minecraft/class_718;field_3029:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;named listLnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;list:Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;
-
-
Constructor Details
-
DelegatingRealmsClickableScrolledSelectionListWidget
public DelegatingRealmsClickableScrolledSelectionListWidget(RealmsClickableScrolledSelectionList list, int width, int height, int top, int bottom, int entryHeight)- Mappings:
Namespace Name Mixin selector official <init>Lawq;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;IIIII)Vintermediary <init>Lnet/minecraft/class_718;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;IIIII)Vnamed <init>Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;<init>(Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;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_2682
public int method_2682()- Mappings:
Namespace Name Mixin selector official eLawq;e()Iintermediary method_2682Lnet/minecraft/class_718;method_2682()Inamed method_2682Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;method_2682()I
-
method_2683
public int method_2683()- Mappings:
Namespace Name Mixin selector official fLawq;f()Iintermediary method_2683Lnet/minecraft/class_718;method_2683()Inamed method_2683Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;method_2683()I
-
method_2684
public int method_2684()- Mappings:
Namespace Name Mixin selector official gLawq;g()Iintermediary method_2684Lnet/minecraft/class_718;method_2684()Inamed method_2684Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;method_2684()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
-
method_2681
- Mappings:
Namespace Name Mixin selector official aLawq;a(IIILnet/minecraft/realms/Tezzelator;)Vintermediary method_2681Lnet/minecraft/class_718;method_2681(IIILnet/minecraft/realms/Tezzelator;)Vnamed method_2681Lnet/minecraft/client/gui/widget/DelegatingRealmsClickableScrolledSelectionListWidget;method_2681(IIILnet/minecraft/realms/Tezzelator;)V
-
renderList
protected void renderList(int x, int y, int mouseX, int mouseY)- Overrides:
renderListin classListWidget- Mappings:
Namespace Name Mixin selector official bLawi;b(IIII)Vintermediary method_2641Lnet/minecraft/class_713;method_2641(IIII)Vnamed renderListLnet/minecraft/client/gui/widget/ListWidget;renderList(IIII)V
-