Package net.minecraft.client.gui.screen
Class CustomizeFlatLevelScreen.CustomizeFlatLevelListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.screen.CustomizeFlatLevelScreen.CustomizeFlatLevelListWidget
- Enclosing class:
- CustomizeFlatLevelScreen
@Environment(CLIENT) class CustomizeFlatLevelScreen.CustomizeFlatLevelListWidget extends ListWidget
- Mappings:
Namespace Name official axa$aintermediary net/minecraft/class_729$class_730named net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget
-
Field Summary
Fields Modifier and Type Field Description intfocusedEntryFields 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 CustomizeFlatLevelListWidget() -
Method Summary
Modifier and Type Method Description protected intgetEntriesSize()protected intgetScrollbarPosition()protected booleanisEntrySelected(int index)private voidmethod_2727(int int2, int int3, ItemStack itemStack)private voidmethod_2728(int int2, int int3, int int4, int int5)private voidmethod_2729(int int2, int int3)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, getMaxPosition, getMaxScroll, getRowWidth, getScrollAmount, handleMouse, isDragging, isMouseInList, method_2630, render, renderDecorations, renderHeader, renderHoleBackground, renderList, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Field Details
-
focusedEntry
public int focusedEntry- Mappings:
Namespace Name Mixin selector official uLaxa$a;u:Iintermediary field_3076Lnet/minecraft/class_729$class_730;field_3076:Inamed focusedEntryLnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;focusedEntry:I
-
-
Constructor Details
-
CustomizeFlatLevelListWidget
public CustomizeFlatLevelListWidget()
-
-
Method Details
-
method_2727
- Mappings:
Namespace Name Mixin selector official aLaxa$a;a(IILzx;)Vintermediary method_2727Lnet/minecraft/class_729$class_730;method_2727(IILnet/minecraft/class_2056;)Vnamed method_2727Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;method_2727(IILnet/minecraft/item/ItemStack;)V
-
method_2729
private void method_2729(int int2, int int3)- Mappings:
Namespace Name Mixin selector official eLaxa$a;e(II)Vintermediary method_2729Lnet/minecraft/class_729$class_730;method_2729(II)Vnamed method_2729Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;method_2729(II)V
-
method_2728
private void method_2728(int int2, int int3, int int4, int int5)- Mappings:
Namespace Name Mixin selector official dLaxa$a;d(IIII)Vintermediary method_2728Lnet/minecraft/class_729$class_730;method_2728(IIII)Vnamed method_2728Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;method_2728(IIII)V
-
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
-
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
-