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
- Mappings:
Namespace Name official beh$aintermediary net/minecraft/class_1318$class_1319named net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected booleanisEntrySelected(int index) protected voidprotected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY) private voidrenderEntry(int x, int y, ItemStack iconItem) private voidrenderIconBackground(int x, int y) private voidrenderIconBackground(int x, int y, int u, int v) 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, getMaxPosition, getMaxScroll, getRowWidth, getScrollAmount, handleMouse, isDragging, isMouseInList, 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 uLbeh$a;u:Iintermediary field_5070Lnet/minecraft/class_1318$class_1319;field_5070:Inamed focusedEntryLnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;focusedEntry:I
-
-
Constructor Details
-
CustomizeFlatLevelListWidget
public CustomizeFlatLevelListWidget()
-
-
Method Details
-
renderEntry
- Mappings:
Namespace Name Mixin selector official aLbeh$a;a(IILadq;)Vintermediary method_4237Lnet/minecraft/class_1318$class_1319;method_4237(IILnet/minecraft/class_1071;)Vnamed renderEntryLnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;renderEntry(IILnet/minecraft/item/ItemStack;)V
-
renderIconBackground
private void renderIconBackground(int x, int y) - Mappings:
Namespace Name Mixin selector official eLbeh$a;e(II)Vintermediary method_4239Lnet/minecraft/class_1318$class_1319;method_4239(II)Vnamed renderIconBackgroundLnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;renderIconBackground(II)V
-
renderIconBackground
private void renderIconBackground(int x, int y, int u, int v) - Mappings:
Namespace Name Mixin selector official dLbeh$a;d(IIII)Vintermediary method_4238Lnet/minecraft/class_1318$class_1319;method_4238(IIII)Vnamed renderIconBackgroundLnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen$CustomizeFlatLevelListWidget;renderIconBackground(IIII)V
-
getEntryCount
protected int getEntryCount()- Specified by:
getEntryCountin classListWidget- Mappings:
Namespace Name Mixin selector official bLbdo;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 aLbdo;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 aLbdo;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 aLbdo;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 aLbdo;a(IIIIII)Vintermediary method_1055Lnet/minecraft/class_390;method_1055(IIIIII)Vnamed renderEntryLnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V
-
getScrollbarPosition
protected int getScrollbarPosition()- Overrides:
getScrollbarPositionin classListWidget- Mappings:
Namespace Name Mixin selector official dLbdo;d()Iintermediary method_1069Lnet/minecraft/class_390;method_1069()Inamed getScrollbarPositionLnet/minecraft/client/gui/widget/ListWidget;getScrollbarPosition()I
-