Class FeatureUtils
java.lang.Object
net.minecraft.data.worldgen.features.FeatureUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidbootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_255869_) static ResourceKey<ConfiguredFeature<?,?>> static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 voidregister(BootstapContext<ConfiguredFeature<?, ?>> p_256315_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) static voidregister(BootstapContext<ConfiguredFeature<?, ?>> p_256637_, ResourceKey<ConfiguredFeature<?, ?>> p_256555_, Feature<NoneFeatureConfiguration> p_255921_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationsimplePatchConfiguration(F p_206474_, FC p_206475_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationsimplePatchConfiguration(F p_206477_, FC p_206478_, List<Block> p_206479_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationsimplePatchConfiguration(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) private static BlockPredicatesimplePatchPredicate(List<Block> p_195009_) static RandomPatchConfigurationsimpleRandomPatchConfiguration(int p_206471_, Holder<PlacedFeature> p_206472_) 
- 
Constructor Details- 
FeatureUtilspublic FeatureUtils()
 
- 
- 
Method Details- 
bootstrap
- 
simplePatchPredicate
- 
simpleRandomPatchConfigurationpublic static RandomPatchConfiguration simpleRandomPatchConfiguration(int p_206471_, Holder<PlacedFeature> p_206472_) 
- 
simplePatchConfigurationpublic static <FC extends FeatureConfiguration,F extends Feature<FC>> RandomPatchConfiguration simplePatchConfiguration(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) 
- 
simplePatchConfigurationpublic static <FC extends FeatureConfiguration,F extends Feature<FC>> RandomPatchConfiguration simplePatchConfiguration(F p_206477_, FC p_206478_, List<Block> p_206479_) 
- 
simplePatchConfigurationpublic static <FC extends FeatureConfiguration,F extends Feature<FC>> RandomPatchConfiguration simplePatchConfiguration(F p_206474_, FC p_206475_) 
- 
createKey
- 
registerpublic static void register(BootstapContext<ConfiguredFeature<?, ?>> p_256637_, ResourceKey<ConfiguredFeature<?, ?>> p_256555_, Feature<NoneFeatureConfiguration> p_255921_) 
- 
registerpublic static <FC extends FeatureConfiguration,F extends Feature<FC>> void register(BootstapContext<ConfiguredFeature<?, ?>> p_256315_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) 
 
-