Package net.minecraft.client.gui.widget
Class EntryListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.widget.EntryListWidget
- Direct Known Subclasses:
class_2848,ControlsListWidget,MultiplayerServerListWidget,OptionPairWidget,PagedEntryListWidget,ResourcePackListWidget
- Mappings:
Namespace Name official bjmintermediary net/minecraft/class_1802named net/minecraft/client/gui/widget/EntryListWidget
-
Nested Class Summary
Nested Classes -
Field Summary
Fields 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
ConstructorsConstructorDescriptionEntryListWidget(MinecraftClient client, int width, int height, int top, int bottom, int entryHeight) -
Method Summary
Modifier and TypeMethodDescriptionabstract EntryListWidget.EntrygetEntry(int index) protected booleanisEntrySelected(int index) protected voidmethod_1055(int int2, int int3, int int4, int int5, int int6, int int7, float float2) protected voidmethod_9528(int int2, int int3, int int4, float float2) booleanmouseClicked(int mouseX, int mouseY, int button) booleanmouseReleased(int mouseX, int mouseY, int button) protected voidprotected voidselectEntry(int index, boolean bool, int lastMouseX, int lastMouseY) Methods inherited from class net.minecraft.client.gui.widget.ListWidget
buttonClicked, capYPosition, clickedHeader, getEntryAt, getEntryCount, getItemHeight, getMaxPosition, getMaxScroll, getRowWidth, getScrollAmount, getScrollbarPosition, handleMouse, isDragging, isMouseInList, method_6704, render, renderDecorations, renderHeader, renderHoleBackground, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds
-
Constructor Details
-
EntryListWidget
public EntryListWidget(MinecraftClient client, int width, int height, int top, int bottom, int entryHeight) - Mappings:
Namespace Name Mixin selector official <init>Lbjr;<init>(Lbib;IIIII)Vintermediary <init>Lnet/minecraft/class_390;<init>(Lnet/minecraft/class_1600;IIIII)Vnamed <init>Lnet/minecraft/client/gui/widget/ListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIIII)V
-
-
Method Details
-
selectEntry
protected void selectEntry(int index, boolean bool, int lastMouseX, int lastMouseY) - Specified by:
selectEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLbjr;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 aLbjr;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 aLbjr;a()Vintermediary method_1066Lnet/minecraft/class_390;method_1066()Vnamed renderBackgroundLnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
-
method_1055
protected void method_1055(int int2, int int3, int int4, int int5, int int6, int int7, float float2) - Specified by:
method_1055in classListWidget- Mappings:
Namespace Name Mixin selector official aLbjr;a(IIIIIIF)Vintermediary method_1055Lnet/minecraft/class_390;method_1055(IIIIIIF)Vnamed method_1055Lnet/minecraft/client/gui/widget/ListWidget;method_1055(IIIIIIF)V
-
method_9528
protected void method_9528(int int2, int int3, int int4, float float2) - Overrides:
method_9528in classListWidget- Mappings:
Namespace Name Mixin selector official aLbjr;a(IIIF)Vintermediary method_9528Lnet/minecraft/class_390;method_9528(IIIF)Vnamed method_9528Lnet/minecraft/client/gui/widget/ListWidget;method_9528(IIIF)V
-
mouseClicked
public boolean mouseClicked(int mouseX, int mouseY, int button) - Mappings:
Namespace Name Mixin selector official aLbjm;a(III)Zintermediary method_6696Lnet/minecraft/class_1802;method_6696(III)Znamed mouseClickedLnet/minecraft/client/gui/widget/EntryListWidget;mouseClicked(III)Z
-
mouseReleased
public boolean mouseReleased(int mouseX, int mouseY, int button) - Mappings:
Namespace Name Mixin selector official bLbjm;b(III)Zintermediary method_6698Lnet/minecraft/class_1802;method_6698(III)Znamed mouseReleasedLnet/minecraft/client/gui/widget/EntryListWidget;mouseReleased(III)Z
-
getEntry
- Mappings:
Namespace Name Mixin selector official bLbjm;b(I)Lbjm$a;intermediary method_6697Lnet/minecraft/class_1802;method_6697(I)Lnet/minecraft/class_1802$class_1803;named getEntryLnet/minecraft/client/gui/widget/EntryListWidget;getEntry(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-