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 axc$a
intermediary net/minecraft/class_732$class_733
named net/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry
  • Field Details

    • name

      public String name
      Mappings:
      Namespace Name Mixin selector
      official a Laxc$a;a:Ljava/lang/String;
      intermediary field_3113 Lnet/minecraft/class_732$class_733;field_3113: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 Laxc$a;b:Ljy;
      intermediary field_3114 Lnet/minecraft/class_732$class_733;field_3114:Lnet/minecraft/class_1605;
      named texture Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;texture:Lnet/minecraft/util/Identifier;
    • utilities

      Mappings:
      Namespace Name Mixin selector
      official c Laxc$a;c:Lant$a;
      intermediary field_3115 Lnet/minecraft/class_732$class_733;field_3115:Lnet/minecraft/class_417$class_418;
      named utilities Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;utilities:Lnet/minecraft/world/gen/CustomizedWorldProperties$CustomizedWorldUtilities;
  • Constructor Details

    • PresetEntry

      public PresetEntry​(String name, Identifier texture, CustomizedWorldProperties.CustomizedWorldUtilities utilities)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxc$a;<init>(Ljava/lang/String;Ljy;Lant$a;)V
      intermediary <init> Lnet/minecraft/class_732$class_733;<init>(Ljava/lang/String;Lnet/minecraft/class_1605;Lnet/minecraft/class_417$class_418;)V
      named <init> Lnet/minecraft/client/gui/screen/CustomizedWorldPresetsScreen$PresetEntry;<init>(Ljava/lang/String;Lnet/minecraft/util/Identifier;Lnet/minecraft/world/gen/CustomizedWorldProperties$CustomizedWorldUtilities;)V