Package net.minecraft.client.gui.screen
Class StatsScreen.EntityStatsListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
net.minecraft.client.gui.screen.StatsScreen.EntityStatsListWidget.Entry
- All Implemented Interfaces:
- Element,- Narratable,- Navigable
- Enclosing class:
- StatsScreen.EntityStatsListWidget
@Environment(CLIENT)
private class StatsScreen.EntityStatsListWidget.Entry
extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry- intermediary - net/minecraft/class_447$class_4202$class_4201- official - fuq$c$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Textprivate final booleanprivate final booleanprivate final Textprivate final TextFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(DrawContext context, 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.EntryappendNarrations, mouseClickedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getBorder, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrder
- 
Field Details- 
entityTypeName- Mappings:
- Namespace - Name - Mixin selector - named - entityTypeName- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;entityTypeName:Lnet/minecraft/text/Text;- intermediary - field_26548- Lnet/minecraft/class_447$class_4202$class_4201;field_26548:Lnet/minecraft/class_2561;- official - b- Lfuq$c$a;b:Lwp;
 
- 
killedText- Mappings:
- Namespace - Name - Mixin selector - named - killedText- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedText:Lnet/minecraft/text/Text;- intermediary - field_26549- Lnet/minecraft/class_447$class_4202$class_4201;field_26549:Lnet/minecraft/class_2561;- official - c- Lfuq$c$a;c:Lwp;
 
- 
killedByText- Mappings:
- Namespace - Name - Mixin selector - named - killedByText- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByText:Lnet/minecraft/text/Text;- intermediary - field_26551- Lnet/minecraft/class_447$class_4202$class_4201;field_26551:Lnet/minecraft/class_2561;- official - d- Lfuq$c$a;d:Lwp;
 
- 
killedAnyprivate final boolean killedAny- Mappings:
- Namespace - Name - Mixin selector - named - killedAny- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedAny:Z- intermediary - field_26550- Lnet/minecraft/class_447$class_4202$class_4201;field_26550:Z- official - e- Lfuq$c$a;e:Z
 
- 
killedByAnyprivate final boolean killedByAny- Mappings:
- Namespace - Name - Mixin selector - named - killedByAny- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByAny:Z- intermediary - field_26552- Lnet/minecraft/class_447$class_4202$class_4201;field_26552:Z- official - f- Lfuq$c$a;f:Z
 
 
- 
- 
Constructor Details- 
Entry- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;<init>(Lnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget;Lnet/minecraft/entity/EntityType;)V- intermediary - <init>- Lnet/minecraft/class_447$class_4202$class_4201;<init>(Lnet/minecraft/class_447$class_4202;Lnet/minecraft/class_1299;)V- official - <init>- Lfuq$c$a;<init>(Lfuq$c;Lbut;)V
 
 
- 
- 
Method Details- 
renderpublic void render(DrawContext context, 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:
- renderin class- EntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
- Parameters:
- index- the index of the entry
- y- the Y coordinate of the entry
- x- the X coordinate of the entry
- entryWidth- the width of the entry
- entryHeight- the height of the entry
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- hovered- whether the mouse is hovering over the entry
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V- intermediary - method_25343- Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V- official - a- Lfon$a;a(Lfof;IIIIIIIZF)V
 
- 
getNarration- Specified by:
- getNarrationin class- AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
- Mappings:
- Namespace - Name - Mixin selector - named - getNarration- Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;- intermediary - method_37006- Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;- official - a- Lfpq$a;a()Lwp;
 
 
-