Package net.minecraft.client.gui.screen
Class StatsScreen.ItemStatsListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<StatsScreen.ItemStatsListWidget.Entry>
net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget.Entry
- All Implemented Interfaces:
Element
- Enclosing class:
- StatsScreen.ItemStatsListWidget
@Environment(CLIENT) class StatsScreen.ItemStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.ItemStatsListWidget.Entry>
-
Constructor Summary
Constructors Modifier Constructor Description private
Entry()
-
Method Summary
Modifier and Type Method Description void
render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
protected void
render(MatrixStack matrixStack, Stat<?> stat, int int2, int int3, boolean bool)
Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
changeFocus
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
isMouseOver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
private Entry()
-
-
Method Details
-
render
public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)- Specified by:
render
in classEntryListWidget.Entry<StatsScreen.ItemStatsListWidget.Entry>
-
render
protected void render(MatrixStack matrixStack, @Nullable Stat<?> stat, int int2, int int3, boolean bool)
-