Package net.minecraft.client.gui.screen
Class StatsScreen.BlockStatsListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.screen.StatsScreen.CustomStatsListWidget
net.minecraft.client.gui.screen.StatsScreen.BlockStatsListWidget
- Enclosing class:
- StatsScreen
@Environment(CLIENT)
class StatsScreen.BlockStatsListWidget
extends StatsScreen.CustomStatsListWidget
- Mappings:
Namespace Name official bfl$aintermediary net/minecraft/class_402$class_403named net/minecraft/client/gui/screen/StatsScreen$BlockStatsListWidget
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.StatsScreen.CustomStatsListWidget
entries, field_1340, field_1343, field_1344, statComparatorFields 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 Stringmethod_1124(int int2) protected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY) protected voidrenderHeader(int x, int y, Tessellator tessellator) Methods inherited from class net.minecraft.client.gui.screen.StatsScreen.CustomStatsListWidget
clickedHeader, getEntry, getEntryCount, getRowWidth, getScrollbarPosition, isEntrySelected, method_1126, render, renderBackground, renderDecorations, renderStat, selectEntryMethods inherited from class net.minecraft.client.gui.widget.ListWidget
buttonClicked, capYPosition, getEntryAt, getItemHeight, getMaxPosition, getMaxScroll, getScrollAmount, handleMouse, isDragging, isMouseInList, render, renderHoleBackground, renderList, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Constructor Details
-
BlockStatsListWidget
- Mappings:
Namespace Name Mixin selector official <init>Lbfl$e;<init>(Lbfl;Lbcd;)Vintermediary <init>Lnet/minecraft/class_402$class_408;<init>(Lnet/minecraft/class_402;Lnet/minecraft/class_1600;)Vnamed <init>Lnet/minecraft/client/gui/screen/StatsScreen$CustomStatsListWidget;<init>(Lnet/minecraft/client/gui/screen/StatsScreen;Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
renderHeader
- Overrides:
renderHeaderin classStatsScreen.CustomStatsListWidget- Mappings:
Namespace Name Mixin selector official aLbdo;a(IILbnr;)Vintermediary method_1056Lnet/minecraft/class_390;method_1056(IILnet/minecraft/class_533;)Vnamed renderHeaderLnet/minecraft/client/gui/widget/ListWidget;renderHeader(IILnet/minecraft/client/render/Tessellator;)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
-
method_1124
- Specified by:
method_1124in classStatsScreen.CustomStatsListWidget- Mappings:
Namespace Name Mixin selector official bLbfl$e;b(I)Ljava/lang/String;intermediary method_1124Lnet/minecraft/class_402$class_408;method_1124(I)Ljava/lang/String;named method_1124Lnet/minecraft/client/gui/screen/StatsScreen$CustomStatsListWidget;method_1124(I)Ljava/lang/String;
-