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 cnt$a
intermediary net/minecraft/class_8197$class_5305
named net/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset
official e
intermediary comp_1309
named id
official f
intermediary comp_1310
named biomeSourceFunction
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static interface
-
Field Summary
Modifier and TypeFieldDescriptionThe field for thebiomeSourceFunction
record component.(package private) static final Map<Identifier,
MultiNoiseBiomeSourceParameterList.Preset> static final com.mojang.serialization.Codec<MultiNoiseBiomeSourceParameterList.Preset>
private final Identifier
The field for theid
record component.static final MultiNoiseBiomeSourceParameterList.Preset
static final MultiNoiseBiomeSourceParameterList.Preset
static final MultiNoiseBiomeSourceParameterList.Preset
-
Constructor Summary
ConstructorDescriptionPreset
(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) Creates an instance of aPreset
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebiomeSourceFunction
record component.final boolean
Indicates whether some other object is "equal to" this one.(package private) static <T> MultiNoiseUtil.Entries<T>
getOverworldEntries
(Function<RegistryKey<Biome>, T> biomeEntryGetter, VanillaBiomeParameters.Type parametersType) final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
id
The field for theid
record component. -
biomeSourceFunction
The field for thebiomeSourceFunction
record component. -
NETHER
- Mappings:
Namespace Name Mixin selector official a
Lcnt$a;a:Lcnt$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
Lcnt$a;b:Lcnt$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;
-
OVERWORLD_UPDATE_1_20
- Mappings:
Namespace Name Mixin selector official c
Lcnt$a;c:Lcnt$a;
intermediary field_42721
Lnet/minecraft/class_8197$class_5305;field_42721:Lnet/minecraft/class_8197$class_5305;
named OVERWORLD_UPDATE_1_20
Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;OVERWORLD_UPDATE_1_20:Lnet/minecraft/world/biome/source/MultiNoiseBiomeSourceParameterList$Preset;
-
BY_IDENTIFIER
- Mappings:
Namespace Name Mixin selector official g
Lcnt$a;g: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 d
Lcnt$a;d: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
-
Preset
public Preset(Identifier id, MultiNoiseBiomeSourceParameterList.Preset.BiomeSourceFunction biomeSourceFunction) Creates an instance of aPreset
record class.- Parameters:
id
- the value for theid
record componentbiomeSourceFunction
- the value for thebiomeSourceFunction
record component
-
-
Method Details
-
getOverworldEntries
static <T> MultiNoiseUtil.Entries<T> getOverworldEntries(Function<RegistryKey<Biome>, T> biomeEntryGetter, VanillaBiomeParameters.Type parametersType) - Mappings:
Namespace Name Mixin selector official a
Lcnt$a;a(Ljava/util/function/Function;Lcnv$a;)Lcno$c;
intermediary method_49193
Lnet/minecraft/class_8197$class_5305;method_49193(Ljava/util/function/Function;Lnet/minecraft/class_6554$class_8166;)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/VanillaBiomeParameters$Type;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$Entries;
-
biomeStream
- Mappings:
Namespace Name Mixin selector official a
Lcnt$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;
-
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. -
hashCode
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. -
equals
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 withObjects::equals(Object,Object)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-
biomeSourceFunction
Returns the value of thebiomeSourceFunction
record component.- Returns:
- the value of the
biomeSourceFunction
record component
-