Class MultiNoisePresetKeys

java.lang.Object
net.minecraft.world.biome.source.MultiNoisePresetKeys

public class MultiNoisePresetKeys extends Object
Mappings:
Namespace Name
official cns
intermediary net/minecraft/class_8198
named net/minecraft/world/biome/source/MultiNoisePresetKeys
  • Field Details

    • NETHER

      public static final RegistryKey<MultiNoisePreset> NETHER
      Mappings:
      Namespace Name Mixin selector
      official a Lcns;a:Ladb;
      intermediary field_42991 Lnet/minecraft/class_8198;field_42991:Lnet/minecraft/class_5321;
      named NETHER Lnet/minecraft/world/biome/source/MultiNoisePresetKeys;NETHER:Lnet/minecraft/registry/RegistryKey;
    • OVERWORLD

      public static final RegistryKey<MultiNoisePreset> OVERWORLD
      Mappings:
      Namespace Name Mixin selector
      official b Lcns;b:Ladb;
      intermediary field_42992 Lnet/minecraft/class_8198;field_42992:Lnet/minecraft/class_5321;
      named OVERWORLD Lnet/minecraft/world/biome/source/MultiNoisePresetKeys;OVERWORLD:Lnet/minecraft/registry/RegistryKey;
  • Constructor Details

    • MultiNoisePresetKeys

      public MultiNoisePresetKeys()
  • Method Details

    • register

      public static void register(Registerable<MultiNoisePreset> registry)
      Mappings:
      Namespace Name Mixin selector
      official a Lcns;a(Lnz;)V
      intermediary method_49522 Lnet/minecraft/class_8198;method_49522(Lnet/minecraft/class_7891;)V
      named register Lnet/minecraft/world/biome/source/MultiNoisePresetKeys;register(Lnet/minecraft/registry/Registerable;)V
    • registerUpdateOneTwenty

      public static void registerUpdateOneTwenty(Registerable<MultiNoisePreset> registry)
      Mappings:
      Namespace Name Mixin selector
      official b Lcns;b(Lnz;)V
      intermediary method_49523 Lnet/minecraft/class_8198;method_49523(Lnet/minecraft/class_7891;)V
      named registerUpdateOneTwenty Lnet/minecraft/world/biome/source/MultiNoisePresetKeys;registerUpdateOneTwenty(Lnet/minecraft/registry/Registerable;)V
    • of

      private static RegistryKey<MultiNoisePreset> of(String id)
      Mappings:
      Namespace Name Mixin selector
      official a Lcns;a(Ljava/lang/String;)Ladb;
      intermediary method_49521 Lnet/minecraft/class_8198;method_49521(Ljava/lang/String;)Lnet/minecraft/class_5321;
      named of Lnet/minecraft/world/biome/source/MultiNoisePresetKeys;of(Ljava/lang/String;)Lnet/minecraft/registry/RegistryKey;