Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.LargeDripstoneConfiguration
Packages that use LargeDripstoneConfiguration
Package
Description
-
Uses of LargeDripstoneConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type LargeDripstoneConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<LargeDripstoneConfiguration,?>> CaveFeatures.LARGE_DRIPSTONE -
Uses of LargeDripstoneConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type LargeDripstoneConfigurationModifier and TypeFieldDescriptionstatic final Feature<LargeDripstoneConfiguration>Feature.LARGE_DRIPSTONEMethods in net.minecraft.world.level.levelgen.feature with parameters of type LargeDripstoneConfigurationModifier and TypeMethodDescription(package private) booleanLargeDripstoneFeature.LargeDripstone.isSuitableForWind(LargeDripstoneConfiguration p_159997_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type LargeDripstoneConfigurationModifier and TypeMethodDescriptionbooleanLargeDripstoneFeature.place(FeaturePlaceContext<LargeDripstoneConfiguration> p_159967_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type LargeDripstoneConfigurationModifierConstructorDescriptionLargeDripstoneFeature(com.mojang.serialization.Codec<LargeDripstoneConfiguration> p_159960_) -
Uses of LargeDripstoneConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type LargeDripstoneConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LargeDripstoneConfiguration>LargeDripstoneConfiguration.CODEC