Class CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry

All Implemented Interfaces:
Element, Narratable, Navigable, Widget
Enclosing class:
CustomizeFlatLevelScreen.SuperflatLayersListWidget

@Environment(CLIENT) private class CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry extends CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry
intermediary net/minecraft/class_413$class_4192$class_4193
official gll$a$c
  • Field Details

    • layer

      Mappings:
      Namespace Name Mixin selector
      named layer Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;layer:Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;
      intermediary field_62150 Lnet/minecraft/class_413$class_4192$class_4193;field_62150:Lnet/minecraft/class_3229;
      official b Lgll$a$c;b:Leyn;
    • index

      private final int index
      Mappings:
      Namespace Name Mixin selector
      named index Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;index:I
      intermediary field_62151 Lnet/minecraft/class_413$class_4192$class_4193;field_62151:I
      official c Lgll$a$c;c:I
  • Constructor Details

    • SuperflatLayerEntry

      public SuperflatLayerEntry(FlatChunkGeneratorLayer layer, int index)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;<init>(Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget;Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;I)V
      intermediary <init> Lnet/minecraft/class_413$class_4192$class_4193;<init>(Lnet/minecraft/class_413$class_4192;Lnet/minecraft/class_3229;I)V
      official <init> Lgll$a$c;<init>(Lgll$a;Leyn;I)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<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>
      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
    • createItemStackFor

      private ItemStack createItemStackFor(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named createItemStackFor Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;createItemStackFor(Lnet/minecraft/block/BlockState;)Lnet/minecraft/item/ItemStack;
      intermediary method_37055 Lnet/minecraft/class_413$class_4192$class_4193;method_37055(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1799;
      official a Lgll$a$c;a(Lejm;)Ldhp;
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<CustomizeFlatLevelScreen.SuperflatLayersListWidget.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 Lgem$a;a()Lxx;
    • 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<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>
      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
    • renderIcon

      private void renderIcon(DrawContext context, int x, int y, ItemStack iconItem)
      Mappings:
      Namespace Name Mixin selector
      named renderIcon Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;renderIcon(Lnet/minecraft/client/gui/DrawContext;IILnet/minecraft/item/ItemStack;)V
      intermediary method_19375 Lnet/minecraft/class_413$class_4192$class_4193;method_19375(Lnet/minecraft/class_332;IILnet/minecraft/class_1799;)V
      official a Lgll$a$c;a(Lgdd;IILdhp;)V
    • renderIconBackgroundTexture

      private void renderIconBackgroundTexture(DrawContext context, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      named renderIconBackgroundTexture Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;renderIconBackgroundTexture(Lnet/minecraft/client/gui/DrawContext;II)V
      intermediary method_19373 Lnet/minecraft/class_413$class_4192$class_4193;method_19373(Lnet/minecraft/class_332;II)V
      official a Lgll$a$c;a(Lgdd;II)V