Class PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry

All Implemented Interfaces:
Element, Narratable, Navigable
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 fnb$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 Lfnb$a$a;b:Lalf;
    • 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 Lfnb$a$a;c:Legn;
    • 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 Lfnb$a$a;d:Lxp;
  • 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> Lfnb$a$a;<init>(Lfnb$a;Lji;)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 tickDelta)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry>
      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 Lfhb$a;a(Lfgt;IIIIIIIZF)V
    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      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>
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      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(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      official a Lfjc;a(DDI)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 Lfnb$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 Lfnb$a$a;a(Lfgt;IILcum;)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 Lfnb$a$a;a(Lfgt;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 Lfic$a;a()Lxp;