Package net.minecraft.world.biome
Class GenerationSettings.LookupBackedBuilder
java.lang.Object
net.minecraft.world.biome.GenerationSettings.Builder
net.minecraft.world.biome.GenerationSettings.LookupBackedBuilder
- Enclosing class:
GenerationSettings
- Mappings:
Namespace Name named net/minecraft/world/biome/GenerationSettings$LookupBackedBuilderintermediary net/minecraft/class_5485$class_5495official dln$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<ConfiguredCarver<?>> private final RegistryEntryLookup<PlacedFeature> -
Constructor Summary
ConstructorsConstructorDescriptionLookupBackedBuilder(RegistryEntryLookup<PlacedFeature> placedFeatureLookup, RegistryEntryLookup<ConfiguredCarver<?>> configuredCarverLookup) -
Method Summary
Modifier and TypeMethodDescriptioncarver(RegistryKey<ConfiguredCarver<?>> carverKey) feature(GenerationStep.Feature featureStep, RegistryKey<PlacedFeature> featureKey) Methods inherited from class net.minecraft.world.biome.GenerationSettings.Builder
addFeature, build, carver, feature
-
Field Details
-
placedFeatureLookup
- Mappings:
Namespace Name Mixin selector named placedFeatureLookupLnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;placedFeatureLookup:Lnet/minecraft/registry/RegistryEntryLookup;intermediary field_40894Lnet/minecraft/class_5485$class_5495;field_40894:Lnet/minecraft/class_7871;official aLdln$a;a:Ljh;
-
configuredCarverLookup
- Mappings:
Namespace Name Mixin selector named configuredCarverLookupLnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;configuredCarverLookup:Lnet/minecraft/registry/RegistryEntryLookup;intermediary field_40895Lnet/minecraft/class_5485$class_5495;field_40895:Lnet/minecraft/class_7871;official bLdln$a;b:Ljh;
-
-
Constructor Details
-
LookupBackedBuilder
public LookupBackedBuilder(RegistryEntryLookup<PlacedFeature> placedFeatureLookup, RegistryEntryLookup<ConfiguredCarver<?>> configuredCarverLookup) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;<init>(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Vintermediary <init>Lnet/minecraft/class_5485$class_5495;<init>(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Vofficial <init>Ldln$a;<init>(Ljh;Ljh;)V
-
-
Method Details
-
feature
public GenerationSettings.LookupBackedBuilder feature(GenerationStep.Feature featureStep, RegistryKey<PlacedFeature> featureKey) - Mappings:
Namespace Name Mixin selector named featureLnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;feature(Lnet/minecraft/world/gen/GenerationStep$Feature;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;intermediary method_30992Lnet/minecraft/class_5485$class_5495;method_30992(Lnet/minecraft/class_2893$class_2895;Lnet/minecraft/class_5321;)Lnet/minecraft/class_5485$class_5495;official aLdln$a;a(Lehl$a;Lalq;)Ldln$a;
-
carver
- Mappings:
Namespace Name Mixin selector named carverLnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;carver(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;intermediary method_30991Lnet/minecraft/class_5485$class_5495;method_30991(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5485$class_5495;official aLdln$a;a(Lalq;)Ldln$a;
-