Package net.minecraft.client.gui.screen
Class StatsScreen.MobStatsList.Entry
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<StatsScreen.MobStatsList.Entry>
-
- net.minecraft.client.gui.screen.StatsScreen.MobStatsList.Entry
-
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- StatsScreen.MobStatsList
class StatsScreen.MobStatsList.Entry extends ExtendedList.AbstractListEntry<StatsScreen.MobStatsList.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
hasKills
private ITextComponent
killedBy
private ITextComponent
kills
private ITextComponent
mobName
private EntityType<?>
type
private boolean
wasKilledBy
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description Entry(EntityType<?> p_i50018_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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_)
-
Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocus
-
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
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.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
-
-
-
Field Detail
-
type
private final EntityType<?> type
-
mobName
private final ITextComponent mobName
-
kills
private final ITextComponent kills
-
hasKills
private final boolean hasKills
-
killedBy
private final ITextComponent killedBy
-
wasKilledBy
private final boolean wasKilledBy
-
-
Constructor Detail
-
Entry
public Entry(EntityType<?> p_i50018_2_)
-
-
Method Detail
-
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:
render
in classAbstractList.AbstractListEntry<StatsScreen.MobStatsList.Entry>
-
-