Class GeneratorType

java.lang.Object
net.minecraft.client.world.GeneratorType

@Environment(CLIENT) public abstract class GeneratorType extends Object
Mappings:
Namespace Name
official ehu
intermediary net/minecraft/class_5317
named net/minecraft/client/world/GeneratorType
  • Field Details

    • DEFAULT

      public static final GeneratorType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a:Lehu;
      intermediary field_25050 Lnet/minecraft/class_5317;field_25050:Lnet/minecraft/class_5317;
      named DEFAULT Lnet/minecraft/client/world/GeneratorType;DEFAULT:Lnet/minecraft/client/world/GeneratorType;
    • FLAT

      private static final GeneratorType FLAT
      Mappings:
      Namespace Name Mixin selector
      official f Lehu;f:Lehu;
      intermediary field_25054 Lnet/minecraft/class_5317;field_25054:Lnet/minecraft/class_5317;
      named FLAT Lnet/minecraft/client/world/GeneratorType;FLAT:Lnet/minecraft/client/world/GeneratorType;
    • LARGE_BIOMES

      public static final GeneratorType LARGE_BIOMES
      Mappings:
      Namespace Name Mixin selector
      official b Lehu;b:Lehu;
      intermediary field_35756 Lnet/minecraft/class_5317;field_35756:Lnet/minecraft/class_5317;
      named LARGE_BIOMES Lnet/minecraft/client/world/GeneratorType;LARGE_BIOMES:Lnet/minecraft/client/world/GeneratorType;
    • AMPLIFIED

      public static final GeneratorType AMPLIFIED
      Mappings:
      Namespace Name Mixin selector
      official c Lehu;c:Lehu;
      intermediary field_35757 Lnet/minecraft/class_5317;field_35757:Lnet/minecraft/class_5317;
      named AMPLIFIED Lnet/minecraft/client/world/GeneratorType;AMPLIFIED:Lnet/minecraft/client/world/GeneratorType;
    • SINGLE_BIOME_SURFACE

      private static final GeneratorType SINGLE_BIOME_SURFACE
      Mappings:
      Namespace Name Mixin selector
      official g Lehu;g:Lehu;
      intermediary field_25056 Lnet/minecraft/class_5317;field_25056:Lnet/minecraft/class_5317;
      named SINGLE_BIOME_SURFACE Lnet/minecraft/client/world/GeneratorType;SINGLE_BIOME_SURFACE:Lnet/minecraft/client/world/GeneratorType;
    • DEBUG_ALL_BLOCK_STATES

      private static final GeneratorType DEBUG_ALL_BLOCK_STATES
      Mappings:
      Namespace Name Mixin selector
      official h Lehu;h:Lehu;
      intermediary field_25059 Lnet/minecraft/class_5317;field_25059:Lnet/minecraft/class_5317;
      named DEBUG_ALL_BLOCK_STATES Lnet/minecraft/client/world/GeneratorType;DEBUG_ALL_BLOCK_STATES:Lnet/minecraft/client/world/GeneratorType;
    • VALUES

      protected static final List<GeneratorType> VALUES
      Mappings:
      Namespace Name Mixin selector
      official d Lehu;d:Ljava/util/List;
      intermediary field_25052 Lnet/minecraft/class_5317;field_25052:Ljava/util/List;
      named VALUES Lnet/minecraft/client/world/GeneratorType;VALUES:Ljava/util/List;
    • SCREEN_PROVIDERS

      protected static final Map<Optional<GeneratorType>,GeneratorType.ScreenProvider> SCREEN_PROVIDERS
      Mappings:
      Namespace Name Mixin selector
      official e Lehu;e:Ljava/util/Map;
      intermediary field_25053 Lnet/minecraft/class_5317;field_25053:Ljava/util/Map;
      named SCREEN_PROVIDERS Lnet/minecraft/client/world/GeneratorType;SCREEN_PROVIDERS:Ljava/util/Map;
    • displayName

      private final Text displayName
      Mappings:
      Namespace Name Mixin selector
      official i Lehu;i:Lqk;
      intermediary field_25060 Lnet/minecraft/class_5317;field_25060:Lnet/minecraft/class_2561;
      named displayName Lnet/minecraft/client/world/GeneratorType;displayName:Lnet/minecraft/text/Text;
  • Constructor Details

    • GeneratorType

      GeneratorType(String translationKeySuffix)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lehu;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_5317;<init>(Ljava/lang/String;)V
      named <init> Lnet/minecraft/client/world/GeneratorType;<init>(Ljava/lang/String;)V
  • Method Details

    • createNoiseChunkGenerator

      static NoiseChunkGenerator createNoiseChunkGenerator(DynamicRegistryManager registryManager, long seed, RegistryKey<ChunkGeneratorSettings> settingsKey)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lhc;JLys;)Lctz;
      intermediary method_39194 Lnet/minecraft/class_5317;method_39194(Lnet/minecraft/class_5455;JLnet/minecraft/class_5321;)Lnet/minecraft/class_3754;
      named createNoiseChunkGenerator Lnet/minecraft/client/world/GeneratorType;createNoiseChunkGenerator(Lnet/minecraft/util/registry/DynamicRegistryManager;JLnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;
    • createFixedBiomeOptions

      private static GeneratorOptions createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, RegistryEntry<Biome> registryEntry)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lhc;Lcut;Lgs;)Lcut;
      intermediary method_29079 Lnet/minecraft/class_5317;method_29079(Lnet/minecraft/class_5455;Lnet/minecraft/class_5285;Lnet/minecraft/class_6880;)Lnet/minecraft/class_5285;
      named createFixedBiomeOptions Lnet/minecraft/client/world/GeneratorType;createFixedBiomeOptions(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/gen/GeneratorOptions;Lnet/minecraft/util/registry/RegistryEntry;)Lnet/minecraft/world/gen/GeneratorOptions;
    • method_40214

      private static RegistryEntry<Biome> method_40214(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lhc;Lcut;)Lgs;
      intermediary method_40214 Lnet/minecraft/class_5317;method_40214(Lnet/minecraft/class_5455;Lnet/minecraft/class_5285;)Lnet/minecraft/class_6880;
      named method_40214 Lnet/minecraft/client/world/GeneratorType;method_40214(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/gen/GeneratorOptions;)Lnet/minecraft/util/registry/RegistryEntry;
    • fromGeneratorOptions

      public static Optional<GeneratorType> fromGeneratorOptions(GeneratorOptions generatorOptions)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lcut;)Ljava/util/Optional;
      intermediary method_29078 Lnet/minecraft/class_5317;method_29078(Lnet/minecraft/class_5285;)Ljava/util/Optional;
      named fromGeneratorOptions Lnet/minecraft/client/world/GeneratorType;fromGeneratorOptions(Lnet/minecraft/world/gen/GeneratorOptions;)Ljava/util/Optional;
    • getDisplayName

      public Text getDisplayName()
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a()Lqk;
      intermediary method_29075 Lnet/minecraft/class_5317;method_29075()Lnet/minecraft/class_2561;
      named getDisplayName Lnet/minecraft/client/world/GeneratorType;getDisplayName()Lnet/minecraft/text/Text;
    • createDefaultOptions

      public GeneratorOptions createDefaultOptions(DynamicRegistryManager registryManager, long seed, boolean generateStructures, boolean bonusChest)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lhc;JZZ)Lcut;
      intermediary method_29077 Lnet/minecraft/class_5317;method_29077(Lnet/minecraft/class_5455;JZZ)Lnet/minecraft/class_5285;
      named createDefaultOptions Lnet/minecraft/client/world/GeneratorType;createDefaultOptions(Lnet/minecraft/util/registry/DynamicRegistryManager;JZZ)Lnet/minecraft/world/gen/GeneratorOptions;
    • getChunkGenerator

      protected abstract ChunkGenerator getChunkGenerator(DynamicRegistryManager registryManager, long seed)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lhc;J)Lcqr;
      intermediary method_29076 Lnet/minecraft/class_5317;method_29076(Lnet/minecraft/class_5455;J)Lnet/minecraft/class_2794;
      named getChunkGenerator Lnet/minecraft/client/world/GeneratorType;getChunkGenerator(Lnet/minecraft/util/registry/DynamicRegistryManager;J)Lnet/minecraft/world/gen/chunk/ChunkGenerator;
    • isNotDebug

      public static boolean isNotDebug(GeneratorType generatorType)
      Mappings:
      Namespace Name Mixin selector
      official a Lehu;a(Lehu;)Z
      intermediary method_32685 Lnet/minecraft/class_5317;method_32685(Lnet/minecraft/class_5317;)Z
      named isNotDebug Lnet/minecraft/client/world/GeneratorType;isNotDebug(Lnet/minecraft/client/world/GeneratorType;)Z