Class CustomizedWorldPresetsScreen.PresetEntry

java.lang.Object
net.minecraft.client.gui.screen.CustomizedWorldPresetsScreen.PresetEntry
Enclosing class:
CustomizedWorldPresetsScreen

@Environment(CLIENT) static class CustomizedWorldPresetsScreen.PresetEntry extends Object
Mappings:
Namespace Name
official bkt$a
intermediary net/minecraft/class_2314$class_2315
named net/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry
  • Field Details

    • name

      public String name
      Mappings:
      Namespace Name Mixin selector
      official a Lbkt$a;a:Ljava/lang/String;
      intermediary field_10427 Lnet/minecraft/class_2314$class_2315;field_10427:Ljava/lang/String;
      named name Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;name:Ljava/lang/String;
    • texture

      public Identifier texture
      Mappings:
      Namespace Name Mixin selector
      official b Lbkt$a;b:Lnf;
      intermediary field_10428 Lnet/minecraft/class_2314$class_2315;field_10428:Lnet/minecraft/class_1653;
      named texture Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;texture:Lnet/minecraft/util/Identifier;
    • utilities

      Mappings:
      Namespace Name Mixin selector
      official c Lbkt$a;c:Layx$a;
      intermediary field_10429 Lnet/minecraft/class_2314$class_2315;field_10429:Lnet/minecraft/class_2253$class_2254;
      named utilities Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;utilities:Lnet/minecraft/world/gen/CustomizedWorldProperties$Builder;
  • Constructor Details

    • PresetEntry

      public PresetEntry(String name, Identifier texture, CustomizedWorldProperties.Builder utilities)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkt$a;<init>(Ljava/lang/String;Lnf;Layx$a;)V
      intermediary <init> Lnet/minecraft/class_2314$class_2315;<init>(Ljava/lang/String;Lnet/minecraft/class_1653;Lnet/minecraft/class_2253$class_2254;)V
      named <init> Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;<init>(Ljava/lang/String;Lnet/minecraft/util/Identifier;Lnet/minecraft/world/gen/CustomizedWorldProperties$Builder;)V