Package net.minecraft.world.biome
Class GenerationSettings
java.lang.Object
net.minecraft.world.biome.GenerationSettings
- Mappings:
Namespace Name official cng
intermediary net/minecraft/class_5485
named net/minecraft/world/biome/GenerationSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Supplier<Set<PlacedFeature>>
private final Map<GenerationStep.Carver,
RegistryEntryList<ConfiguredCarver<?>>> static final com.mojang.serialization.MapCodec<GenerationSettings>
private final List<RegistryEntryList<PlacedFeature>>
private final Supplier<List<ConfiguredFeature<?,
?>>> static final GenerationSettings
private static final Logger
-
Constructor Summary
ConstructorDescriptionGenerationSettings
(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) -
Method Summary
Modifier and TypeMethodDescriptiongetCarversForStep
(GenerationStep.Carver carverStep) Returns the lists of features configured for eachfeature generation step
, up to the highest step that has a configured feature.List<ConfiguredFeature<?,
?>> boolean
isFeatureAllowed
(PlacedFeature feature)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Lcng;c:Lorg/slf4j/Logger;
intermediary field_26638
Lnet/minecraft/class_5485;field_26638:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/world/biome/GenerationSettings;LOGGER:Lorg/slf4j/Logger;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lcng;a:Lcng;
intermediary field_26639
Lnet/minecraft/class_5485;field_26639:Lnet/minecraft/class_5485;
named INSTANCE
Lnet/minecraft/world/biome/GenerationSettings;INSTANCE:Lnet/minecraft/world/biome/GenerationSettings;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcng;b:Lcom/mojang/serialization/MapCodec;
intermediary field_26413
Lnet/minecraft/class_5485;field_26413:Lcom/mojang/serialization/MapCodec;
named CODEC
Lnet/minecraft/world/biome/GenerationSettings;CODEC:Lcom/mojang/serialization/MapCodec;
-
carvers
- Mappings:
Namespace Name Mixin selector official d
Lcng;d:Ljava/util/Map;
intermediary field_26415
Lnet/minecraft/class_5485;field_26415:Ljava/util/Map;
named carvers
Lnet/minecraft/world/biome/GenerationSettings;carvers:Ljava/util/Map;
-
features
- Mappings:
Namespace Name Mixin selector official e
Lcng;e:Ljava/util/List;
intermediary field_26416
Lnet/minecraft/class_5485;field_26416:Ljava/util/List;
named features
Lnet/minecraft/world/biome/GenerationSettings;features:Ljava/util/List;
-
flowerFeatures
- Mappings:
Namespace Name Mixin selector official f
Lcng;f:Ljava/util/function/Supplier;
intermediary field_26640
Lnet/minecraft/class_5485;field_26640:Ljava/util/function/Supplier;
named flowerFeatures
Lnet/minecraft/world/biome/GenerationSettings;flowerFeatures:Ljava/util/function/Supplier;
-
allowedFeatures
- Mappings:
Namespace Name Mixin selector official g
Lcng;g:Ljava/util/function/Supplier;
intermediary field_34465
Lnet/minecraft/class_5485;field_34465:Ljava/util/function/Supplier;
named allowedFeatures
Lnet/minecraft/world/biome/GenerationSettings;allowedFeatures:Ljava/util/function/Supplier;
-
-
Constructor Details
-
GenerationSettings
GenerationSettings(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) - Mappings:
Namespace Name Mixin selector official <init>
Lcng;<init>(Ljava/util/Map;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_5485;<init>(Ljava/util/Map;Ljava/util/List;)V
named <init>
Lnet/minecraft/world/biome/GenerationSettings;<init>(Ljava/util/Map;Ljava/util/List;)V
-
-
Method Details
-
getCarversForStep
public Iterable<RegistryEntry<ConfiguredCarver<?>>> getCarversForStep(GenerationStep.Carver carverStep) - Mappings:
Namespace Name Mixin selector official a
Lcng;a(Ldgv$a;)Ljava/lang/Iterable;
intermediary method_30976
Lnet/minecraft/class_5485;method_30976(Lnet/minecraft/class_2893$class_2894;)Ljava/lang/Iterable;
named getCarversForStep
Lnet/minecraft/world/biome/GenerationSettings;getCarversForStep(Lnet/minecraft/world/gen/GenerationStep$Carver;)Ljava/lang/Iterable;
-
getFlowerFeatures
- Mappings:
Namespace Name Mixin selector official a
Lcng;a()Ljava/util/List;
intermediary method_30982
Lnet/minecraft/class_5485;method_30982()Ljava/util/List;
named getFlowerFeatures
Lnet/minecraft/world/biome/GenerationSettings;getFlowerFeatures()Ljava/util/List;
-
getFeatures
Returns the lists of features configured for eachfeature generation step
, up to the highest step that has a configured feature. Entries are guaranteed to not be null, but may be empty lists if an earlier step has no features, but a later step does.- Mappings:
Namespace Name Mixin selector official b
Lcng;b()Ljava/util/List;
intermediary method_30983
Lnet/minecraft/class_5485;method_30983()Ljava/util/List;
named getFeatures
Lnet/minecraft/world/biome/GenerationSettings;getFeatures()Ljava/util/List;
-
isFeatureAllowed
- Mappings:
Namespace Name Mixin selector official a
Lcng;a(Ldqt;)Z
intermediary method_38105
Lnet/minecraft/class_5485;method_38105(Lnet/minecraft/class_6796;)Z
named isFeatureAllowed
Lnet/minecraft/world/biome/GenerationSettings;isFeatureAllowed(Lnet/minecraft/world/gen/feature/PlacedFeature;)Z
-