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$Entryintermediary net/minecraft/class_447$class_4202$class_4201official fzu$c$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Textprivate final booleanprivate final booleanprivate final Textprivate final TextFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickProgress) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrations, mouseClickedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
drawBorder, isFocused, isMouseOver, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, getBorder, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
entityTypeName
- Mappings:
Namespace Name Mixin selector named entityTypeNameLnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;entityTypeName:Lnet/minecraft/text/Text;intermediary field_26548Lnet/minecraft/class_447$class_4202$class_4201;field_26548:Lnet/minecraft/class_2561;official bLfzu$c$a;b:Lxg;
-
killedText
- Mappings:
Namespace Name Mixin selector named killedTextLnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedText:Lnet/minecraft/text/Text;intermediary field_26549Lnet/minecraft/class_447$class_4202$class_4201;field_26549:Lnet/minecraft/class_2561;official cLfzu$c$a;c:Lxg;
-
killedByText
- Mappings:
Namespace Name Mixin selector named killedByTextLnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByText:Lnet/minecraft/text/Text;intermediary field_26551Lnet/minecraft/class_447$class_4202$class_4201;field_26551:Lnet/minecraft/class_2561;official dLfzu$c$a;d:Lxg;
-
killedAny
private final boolean killedAny- Mappings:
Namespace Name Mixin selector named killedAnyLnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedAny:Zintermediary field_26550Lnet/minecraft/class_447$class_4202$class_4201;field_26550:Zofficial eLfzu$c$a;e:Z
-
killedByAny
private final boolean killedByAny- Mappings:
Namespace Name Mixin selector named killedByAnyLnet/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry;killedByAny:Zintermediary field_26552Lnet/minecraft/class_447$class_4202$class_4201;field_26552:Zofficial fLfzu$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;)Vintermediary <init>Lnet/minecraft/class_447$class_4202$class_4201;<init>(Lnet/minecraft/class_447$class_4202;Lnet/minecraft/class_1299;)Vofficial <init>Lfzu$c$a;<init>(Lfzu$c;Lbxn;)V
-
-
Method Details
-
render
public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickProgress) Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>- Parameters:
index- 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 named renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)Vofficial aLfts$a;a(Lftk;IIIIIIIZF)V
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>- Mappings:
Namespace Name Mixin selector named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;official aLfuu$a;a()Lxg;
-