Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.LargeDripstoneConfiguration
Packages that use LargeDripstoneConfiguration
Package
Description
-
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 config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type LargeDripstoneConfigurationModifier and TypeMethodDescriptionbooleanLargeDripstoneFeature.place(FeaturePlaceContext<LargeDripstoneConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type LargeDripstoneConfigurationModifierConstructorDescriptionLargeDripstoneFeature(com.mojang.serialization.Codec<LargeDripstoneConfiguration> codec) -
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