Class StatsScreen.EntityStatsListWidget.Entry

All Implemented Interfaces:
Element, Narratable
Enclosing class:
StatsScreen.EntityStatsListWidget

@Environment(CLIENT) private class StatsScreen.EntityStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
Mappings:
Namespace Name
official epj$c$a
intermediary net/minecraft/class_447$class_4202$class_4201
named net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry
  • Field Details

    • entityTypeName

      private final Text entityTypeName
      Mappings:
      Namespace Name Mixin selector
      official b Lepj$c$a;b:Lss;
      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

      private final Text killedText
      Mappings:
      Namespace Name Mixin selector
      official c Lepj$c$a;c:Lss;
      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 d Lepj$c$a;d: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

      private final Text killedByText
      Mappings:
      Namespace Name Mixin selector
      official e Lepj$c$a;e:Lss;
      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 f Lepj$c$a;f: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

      public Entry(EntityType<?> entityType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lepj$c$a;<init>(Lepj$c;Lbdv;)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 class EntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
      Parameters:
      matrices - the matrix stack used for rendering
      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
      official a Leku$a;a(Leed;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
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official b Lelt$a;b()Lss;
      intermediary method_37006 Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
      named getNarration Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;