Package net.minecraft.world.biome.source
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 - official - cny$a- intermediary - net/minecraft/class_8197$class_5305- named - net/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset- official - d- intermediary - comp_1309- named - id- official - e- intermediary - comp_1310- named - biomeSourceFunction
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe field for thebiomeSourceFunctionrecord component.(package private) static final Map<Identifier,MultiNoiseBiomeSourceParameterList.Preset> static final com.mojang.serialization.Codec<MultiNoiseBiomeSourceParameterList.Preset>private final IdentifierThe field for theidrecord component.static final MultiNoiseBiomeSourceParameterList.Presetstatic final MultiNoiseBiomeSourceParameterList.Preset
- 
Constructor SummaryConstructorsConstructorDescriptionPreset(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) Creates an instance of aPresetrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of thebiomeSourceFunctionrecord component.final booleanIndicates whether some other object is "equal to" this one.(package private) static <T> MultiNoiseUtil.Entries<T>getOverworldEntries(Function<RegistryKey<Biome>, T> biomeEntryGetter) final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
idThe field for theidrecord component.
- 
biomeSourceFunctionThe field for thebiomeSourceFunctionrecord component.
- 
NETHER- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcny$a;a:Lcny$a;- intermediary - field_24723- Lnet/minecraft/class_8197$class_5305;field_24723:Lnet/minecraft/class_8197$class_5305;- named - NETHER- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;NETHER:Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;
 
- 
OVERWORLD- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcny$a;b:Lcny$a;- intermediary - field_34499- Lnet/minecraft/class_8197$class_5305;field_34499:Lnet/minecraft/class_8197$class_5305;- named - OVERWORLD- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;OVERWORLD:Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;
 
- 
BY_IDENTIFIER- Mappings:
- Namespace - Name - Mixin selector - official - f- Lcny$a;f:Ljava/util/Map;- intermediary - field_24724- Lnet/minecraft/class_8197$class_5305;field_24724:Ljava/util/Map;- named - BY_IDENTIFIER- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;BY_IDENTIFIER:Ljava/util/Map;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcny$a;c:Lcom/mojang/serialization/Codec;- intermediary - field_42990- Lnet/minecraft/class_8197$class_5305;field_42990:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;CODEC:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
Presetpublic Preset(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) Creates an instance of aPresetrecord class.- Parameters:
- id- the value for the- idrecord component
- biomeSourceFunction- the value for the- biomeSourceFunctionrecord component
 
 
- 
- 
Method Details- 
getOverworldEntriesstatic <T> MultiNoiseUtil.Entries<T> getOverworldEntries(Function<RegistryKey<Biome>, T> biomeEntryGetter) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lcny$a;a(Ljava/util/function/Function;)Lcnt$c;- intermediary - method_49193- Lnet/minecraft/class_8197$class_5305;method_49193(Ljava/util/function/Function;)Lnet/minecraft/class_6544$class_6547;- named - getOverworldEntries- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;getOverworldEntries(Ljava/util/function/Function;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$Entries;
 
- 
biomeStream- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcny$a;a()Ljava/util/stream/Stream;- intermediary - method_49514- Lnet/minecraft/class_8197$class_5305;method_49514()Ljava/util/stream/Stream;- named - biomeStream- Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;biomeStream()Ljava/util/stream/Stream;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 withObjects::equals(Object,Object).
- 
idReturns the value of theidrecord component.- Returns:
- the value of the idrecord component
 
- 
biomeSourceFunctionReturns the value of thebiomeSourceFunctionrecord component.- Returns:
- the value of the biomeSourceFunctionrecord component
 
 
-