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$LookupBackedBuilder
intermediary net/minecraft/class_5485$class_5495
official dik$a
-
Field Summary
Modifier and TypeFieldDescriptionprivate final RegistryEntryLookup
<ConfiguredCarver<?>> private final RegistryEntryLookup
<PlacedFeature> -
Constructor Summary
ConstructorDescriptionLookupBackedBuilder
(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 placedFeatureLookup
Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;placedFeatureLookup:Lnet/minecraft/registry/RegistryEntryLookup;
intermediary field_40894
Lnet/minecraft/class_5485$class_5495;field_40894:Lnet/minecraft/class_7871;
official a
Ldik$a;a:Ljr;
-
configuredCarverLookup
- Mappings:
Namespace Name Mixin selector named configuredCarverLookup
Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;configuredCarverLookup:Lnet/minecraft/registry/RegistryEntryLookup;
intermediary field_40895
Lnet/minecraft/class_5485$class_5495;field_40895:Lnet/minecraft/class_7871;
official b
Ldik$a;b:Ljr;
-
-
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;)V
intermediary <init>
Lnet/minecraft/class_5485$class_5495;<init>(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)V
official <init>
Ldik$a;<init>(Ljr;Ljr;)V
-
-
Method Details
-
feature
public GenerationSettings.LookupBackedBuilder feature(GenerationStep.Feature featureStep, RegistryKey<PlacedFeature> featureKey) - Mappings:
Namespace Name Mixin selector named feature
Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;feature(Lnet/minecraft/world/gen/GenerationStep$Feature;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;
intermediary method_30992
Lnet/minecraft/class_5485$class_5495;method_30992(Lnet/minecraft/class_2893$class_2895;Lnet/minecraft/class_5321;)Lnet/minecraft/class_5485$class_5495;
official a
Ldik$a;a(Ledl$a;Laly;)Ldik$a;
-
carver
- Mappings:
Namespace Name Mixin selector named carver
Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;carver(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;
intermediary method_30991
Lnet/minecraft/class_5485$class_5495;method_30991(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5485$class_5495;
official a
Ldik$a;a(Laly;)Ldik$a;
-