Record Class MultiNoiseBiomeSourceParameterList.Preset

java.lang.Object
java.lang.Record
net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList.Preset
Record Components:
id -
biomeSourceFunction -
Enclosing class:
MultiNoiseBiomeSourceParameterList

public static record MultiNoiseBiomeSourceParameterList.Preset(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) extends Record
Mappings:
Namespace Name
named net/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset
intermediary net/minecraft/class_8197$class_5305
official dhz$a
named id
intermediary comp_1309
official d
named biomeSourceFunction
intermediary comp_1310
official e
  • Field Details Link icon

    • id Link icon

      private final Identifier id
      The field for the id record component.
    • biomeSourceFunction Link icon

      The field for the biomeSourceFunction record component.
    • NETHER Link icon

      public static final MultiNoiseBiomeSourceParameterList.Preset NETHER
      Mappings:
      Namespace Name Mixin selector
      named NETHER Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;NETHER:Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;
      intermediary field_24723 Lnet/minecraft/class_8197$class_5305;field_24723:Lnet/minecraft/class_8197$class_5305;
      official a Ldhz$a;a:Ldhz$a;
    • OVERWORLD Link icon

      public static final MultiNoiseBiomeSourceParameterList.Preset OVERWORLD
      Mappings:
      Namespace Name Mixin selector
      named OVERWORLD Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;OVERWORLD:Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;
      intermediary field_34499 Lnet/minecraft/class_8197$class_5305;field_34499:Lnet/minecraft/class_8197$class_5305;
      official b Ldhz$a;b:Ldhz$a;
    • BY_IDENTIFIER Link icon

      Mappings:
      Namespace Name Mixin selector
      named BY_IDENTIFIER Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;BY_IDENTIFIER:Ljava/util/Map;
      intermediary field_24724 Lnet/minecraft/class_8197$class_5305;field_24724:Ljava/util/Map;
      official f Ldhz$a;f:Ljava/util/Map;
    • CODEC Link icon

      public static final com.mojang.serialization.Codec<MultiNoiseBiomeSourceParameterList.Preset> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_42990 Lnet/minecraft/class_8197$class_5305;field_42990:Lcom/mojang/serialization/Codec;
      official c Ldhz$a;c:Lcom/mojang/serialization/Codec;
  • Constructor Details Link icon

  • Method Details Link icon

    • getOverworldEntries Link icon

      static <T> MultiNoiseUtil.Entries<T> getOverworldEntries(Function<RegistryKey<Biome>,T> biomeEntryGetter)
      Mappings:
      Namespace Name Mixin selector
      named getOverworldEntries Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;getOverworldEntries(Ljava/util/function/Function;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$Entries;
      intermediary method_49193 Lnet/minecraft/class_8197$class_5305;method_49193(Ljava/util/function/Function;)Lnet/minecraft/class_6544$class_6547;
      official a Ldhz$a;a(Ljava/util/function/Function;)Ldhu$c;
    • biomeStream Link icon

      public Stream<RegistryKey<Biome>> biomeStream()
      Mappings:
      Namespace Name Mixin selector
      named biomeStream Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;biomeStream()Ljava/util/stream/Stream;
      intermediary method_49514 Lnet/minecraft/class_8197$class_5305;method_49514()Ljava/util/stream/Stream;
      official a Ldhz$a;a()Ljava/util/stream/Stream;
    • toString Link icon

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • id Link icon

      public Identifier id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • biomeSourceFunction Link icon

      Returns the value of the biomeSourceFunction record component.
      Returns:
      the value of the biomeSourceFunction record component