Class FlatLevelGeneratorPresets

java.lang.Object
net.minecraft.world.gen.FlatLevelGeneratorPresets

public class FlatLevelGeneratorPresets extends Object
Mappings:
Namespace Name
official dmr
intermediary net/minecraft/class_7143
named net/minecraft/world/gen/FlatLevelGeneratorPresets
  • Field Details

    • CLASSIC_FLAT

      public static final RegistryKey<FlatLevelGeneratorPreset> CLASSIC_FLAT
      Mappings:
      Namespace Name Mixin selector
      official a Ldmr;a:Lace;
      intermediary field_37713 Lnet/minecraft/class_7143;field_37713:Lnet/minecraft/class_5321;
      named CLASSIC_FLAT Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;CLASSIC_FLAT:Lnet/minecraft/registry/RegistryKey;
    • TUNNELERS_DREAM

      public static final RegistryKey<FlatLevelGeneratorPreset> TUNNELERS_DREAM
      Mappings:
      Namespace Name Mixin selector
      official b Ldmr;b:Lace;
      intermediary field_37714 Lnet/minecraft/class_7143;field_37714:Lnet/minecraft/class_5321;
      named TUNNELERS_DREAM Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;TUNNELERS_DREAM:Lnet/minecraft/registry/RegistryKey;
    • WATER_WORLD

      public static final RegistryKey<FlatLevelGeneratorPreset> WATER_WORLD
      Mappings:
      Namespace Name Mixin selector
      official c Ldmr;c:Lace;
      intermediary field_37715 Lnet/minecraft/class_7143;field_37715:Lnet/minecraft/class_5321;
      named WATER_WORLD Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;WATER_WORLD:Lnet/minecraft/registry/RegistryKey;
    • OVERWORLD

      public static final RegistryKey<FlatLevelGeneratorPreset> OVERWORLD
      Mappings:
      Namespace Name Mixin selector
      official d Ldmr;d:Lace;
      intermediary field_37716 Lnet/minecraft/class_7143;field_37716:Lnet/minecraft/class_5321;
      named OVERWORLD Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;OVERWORLD:Lnet/minecraft/registry/RegistryKey;
    • SNOWY_KINGDOM

      public static final RegistryKey<FlatLevelGeneratorPreset> SNOWY_KINGDOM
      Mappings:
      Namespace Name Mixin selector
      official e Ldmr;e:Lace;
      intermediary field_37717 Lnet/minecraft/class_7143;field_37717:Lnet/minecraft/class_5321;
      named SNOWY_KINGDOM Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;SNOWY_KINGDOM:Lnet/minecraft/registry/RegistryKey;
    • BOTTOMLESS_PIT

      public static final RegistryKey<FlatLevelGeneratorPreset> BOTTOMLESS_PIT
      Mappings:
      Namespace Name Mixin selector
      official f Ldmr;f:Lace;
      intermediary field_37718 Lnet/minecraft/class_7143;field_37718:Lnet/minecraft/class_5321;
      named BOTTOMLESS_PIT Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;BOTTOMLESS_PIT:Lnet/minecraft/registry/RegistryKey;
    • DESERT

      public static final RegistryKey<FlatLevelGeneratorPreset> DESERT
      Mappings:
      Namespace Name Mixin selector
      official g Ldmr;g:Lace;
      intermediary field_37719 Lnet/minecraft/class_7143;field_37719:Lnet/minecraft/class_5321;
      named DESERT Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;DESERT:Lnet/minecraft/registry/RegistryKey;
    • REDSTONE_READY

      public static final RegistryKey<FlatLevelGeneratorPreset> REDSTONE_READY
      Mappings:
      Namespace Name Mixin selector
      official h Ldmr;h:Lace;
      intermediary field_37720 Lnet/minecraft/class_7143;field_37720:Lnet/minecraft/class_5321;
      named REDSTONE_READY Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;REDSTONE_READY:Lnet/minecraft/registry/RegistryKey;
    • THE_VOID

      public static final RegistryKey<FlatLevelGeneratorPreset> THE_VOID
      Mappings:
      Namespace Name Mixin selector
      official i Ldmr;i:Lace;
      intermediary field_37721 Lnet/minecraft/class_7143;field_37721:Lnet/minecraft/class_5321;
      named THE_VOID Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;THE_VOID:Lnet/minecraft/registry/RegistryKey;
  • Constructor Details

    • FlatLevelGeneratorPresets

      public FlatLevelGeneratorPresets()
  • Method Details

    • bootstrap

      public static void bootstrap(Registerable<FlatLevelGeneratorPreset> presetRegisterable)
      Mappings:
      Namespace Name Mixin selector
      official a Ldmr;a(Lnl;)V
      intermediary method_41579 Lnet/minecraft/class_7143;method_41579(Lnet/minecraft/class_7891;)V
      named bootstrap Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;bootstrap(Lnet/minecraft/registry/Registerable;)V
    • of

      private static RegistryKey<FlatLevelGeneratorPreset> of(String id)
      Mappings:
      Namespace Name Mixin selector
      official a Ldmr;a(Ljava/lang/String;)Lace;
      intermediary method_41580 Lnet/minecraft/class_7143;method_41580(Ljava/lang/String;)Lnet/minecraft/class_5321;
      named of Lnet/minecraft/world/gen/FlatLevelGeneratorPresets;of(Ljava/lang/String;)Lnet/minecraft/registry/RegistryKey;