Package net.minecraft.client.gui.screen
Class StatsScreen.StatsList.Entry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<StatsScreen.StatsList.Entry>
net.minecraft.client.gui.screen.StatsScreen.StatsList.Entry
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- StatsScreen.StatsList
class StatsScreen.StatsList.Entry
extends ExtendedList.AbstractListEntry<StatsScreen.StatsList.Entry>
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) protected voidrenderStat(MatrixStack p_238681_1_, Stat<?> p_238681_2_, int p_238681_3_, int p_238681_4_, boolean p_238681_5_) Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocusMethods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
isMouseOverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
private Entry()
-
-
Method Details
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) - Specified by:
renderin classAbstractList.AbstractListEntry<StatsScreen.StatsList.Entry>
-
renderStat
protected void renderStat(MatrixStack p_238681_1_, @Nullable Stat<?> p_238681_2_, int p_238681_3_, int p_238681_4_, boolean p_238681_5_)
-