Package net.minecraft.client.gui.screen
Class StatsScreen.EntityStatsListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
net.minecraft.client.gui.screen.StatsScreen.EntityStatsListWidget.Entry
- All Implemented Interfaces:
Element
- Enclosing class:
- StatsScreen.EntityStatsListWidget
@Environment(CLIENT) class StatsScreen.EntityStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
- Mappings:
Namespace Name official dvm$c$a
intermediary net/minecraft/class_447$class_4202$class_4201
named net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry
-
Field Summary
Fields Modifier and Type Field Description private EntityType<?>
entityType
private Text
entityTypeName
private boolean
killedAny
private boolean
killedByAny
private Text
killedByText
private Text
killedText
-
Constructor Summary
Constructors Constructor Description Entry(EntityType<?> entityType)
-
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)
Renders an entry in a list.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
-
Field Details
-
entityType
- Mappings:
Namespace Name Mixin selector official b
Ldvm$c$a;b:Laqz;
intermediary field_18762
Lnet/minecraft/class_447$class_4202$class_4201;field_18762:Lnet/minecraft/class_1299;
named entityType
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;entityType:Lnet/minecraft/entity/EntityType;
-
entityTypeName
- Mappings:
Namespace Name Mixin selector official c
Ldvm$c$a;c:Loi;
intermediary field_26548
Lnet/minecraft/class_447$class_4202$class_4201;field_26548:Lnet/minecraft/class_2561;
named entityTypeName
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;entityTypeName:Lnet/minecraft/text/Text;
-
killedText
- Mappings:
Namespace Name Mixin selector official d
Ldvm$c$a;d:Loi;
intermediary field_26549
Lnet/minecraft/class_447$class_4202$class_4201;field_26549:Lnet/minecraft/class_2561;
named killedText
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedText:Lnet/minecraft/text/Text;
-
killedAny
private final boolean killedAny- Mappings:
Namespace Name Mixin selector official e
Ldvm$c$a;e:Z
intermediary field_26550
Lnet/minecraft/class_447$class_4202$class_4201;field_26550:Z
named killedAny
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedAny:Z
-
killedByText
- Mappings:
Namespace Name Mixin selector official f
Ldvm$c$a;f:Loi;
intermediary field_26551
Lnet/minecraft/class_447$class_4202$class_4201;field_26551:Lnet/minecraft/class_2561;
named killedByText
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByText:Lnet/minecraft/text/Text;
-
killedByAny
private final boolean killedByAny- Mappings:
Namespace Name Mixin selector official g
Ldvm$c$a;g:Z
intermediary field_26552
Lnet/minecraft/class_447$class_4202$class_4201;field_26552:Z
named killedByAny
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByAny:Z
-
-
Constructor Details
-
Entry
- Mappings:
Namespace Name Mixin selector official <init>
Ldvm$c$a;<init>(Ldvm$c;Laqz;)V
intermediary <init>
Lnet/minecraft/class_447$class_4202$class_4201;<init>(Lnet/minecraft/class_447$class_4202;Lnet/minecraft/class_1299;)V
named <init>
Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;<init>(Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget;Lnet/minecraft/entity/EntityType;)V
-
-
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)Renders an entry in a list.- Specified by:
render
in classEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
- Parameters:
matrices
- the matrix stack used for renderingindex
- the index of the entryy
- the Y coordinate of the entryx
- the X coordinate of the entryentryWidth
- the width of the entryentryHeight
- the height of the entrymouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousehovered
- whether the mouse is hovering over the entry- Mappings:
Namespace Name Mixin selector official a
Ldrq$a;a(Ldlr;IIIIIIIZF)V
intermediary method_25343
Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_4587;IIIIIIIZF)V
named render
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
-