Class PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry

All Implemented Interfaces:
Element, Narratable, Navigable, Widget
Enclosing class:
PresetsScreen.SuperflatPresetsListWidget

@Environment(CLIENT) public class PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry extends AlwaysSelectedEntryListWidget.Entry<PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry
intermediary net/minecraft/class_430$class_4196$class_432
official gmg$a$a
  • Field Details

    • STATS_ICONS_TEXTURE

      private static final Identifier STATS_ICONS_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named STATS_ICONS_TEXTURE Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;STATS_ICONS_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_44668 Lnet/minecraft/class_430$class_4196$class_432;field_44668:Lnet/minecraft/class_2960;
      official b Lgmg$a$a;b:Lamj;
    • preset

      private final FlatLevelGeneratorPreset preset
      Mappings:
      Namespace Name Mixin selector
      named preset Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;preset:Lnet/minecraft/world/gen/FlatLevelGeneratorPreset;
      intermediary field_33812 Lnet/minecraft/class_430$class_4196$class_432;field_33812:Lnet/minecraft/class_7142;
      official c Lgmg$a$a;c:Leyo;
    • text

      private final Text text
      Mappings:
      Namespace Name Mixin selector
      named text Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;text:Lnet/minecraft/text/Text;
      intermediary field_37909 Lnet/minecraft/class_430$class_4196$class_432;field_37909:Lnet/minecraft/class_2561;
      official d Lgmg$a$a;d:Lxx;
  • Constructor Details

    • SuperflatPresetEntry

      public SuperflatPresetEntry(RegistryEntry<FlatLevelGeneratorPreset> preset)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;<init>(Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget;Lnet/minecraft/registry/entry/RegistryEntry;)V
      intermediary <init> Lnet/minecraft/class_430$class_4196$class_432;<init>(Lnet/minecraft/class_430$class_4196;Lnet/minecraft/class_6880;)V
      official <init> Lgmg$a$a;<init>(Lgmg$a;Ljk;)V
  • Method Details

    • render

      public void render(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)V
      official a Lgdj$a;a(Lgdd;IIZF)V
    • mouseClicked

      public boolean mouseClicked(Click click, boolean doubled)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseClicked in interface Element
      Overrides:
      mouseClicked in class AlwaysSelectedEntryListWidget.Entry<PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry>
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Z
      official a Lggw;a(Lgti;Z)Z
    • setPreset

      void setPreset()
      Mappings:
      Namespace Name Mixin selector
      named setPreset Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;setPreset()V
      intermediary method_19389 Lnet/minecraft/class_430$class_4196$class_432;method_19389()V
      official b Lgmg$a$a;b()V
    • renderIcon

      private void renderIcon(DrawContext context, int x, int y, Item iconItem)
      Mappings:
      Namespace Name Mixin selector
      named renderIcon Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;renderIcon(Lnet/minecraft/client/gui/DrawContext;IILnet/minecraft/item/Item;)V
      intermediary method_2200 Lnet/minecraft/class_430$class_4196$class_432;method_2200(Lnet/minecraft/class_332;IILnet/minecraft/class_1792;)V
      official a Lgmg$a$a;a(Lgdd;IILdhl;)V
    • drawIconBackground

      private void drawIconBackground(DrawContext context, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      named drawIconBackground Lnet/minecraft/client/gui/screen/world/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry;drawIconBackground(Lnet/minecraft/client/gui/DrawContext;II)V
      intermediary method_2198 Lnet/minecraft/class_430$class_4196$class_432;method_2198(Lnet/minecraft/class_332;II)V
      official a Lgmg$a$a;a(Lgdd;II)V
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry>
      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 Lgem$a;a()Lxx;