Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.PointedDripstoneConfiguration
Packages that use PointedDripstoneConfiguration
Package
Description
-
Uses of PointedDripstoneConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type PointedDripstoneConfigurationModifier and TypeFieldDescriptionstatic final Feature
<PointedDripstoneConfiguration> Feature.POINTED_DRIPSTONE
Methods in net.minecraft.world.level.levelgen.feature with parameters of type PointedDripstoneConfigurationModifier and TypeMethodDescriptionprivate static void
PointedDripstoneFeature.createPatchOfDripstoneBlocks
(LevelAccessor level, RandomSource random, BlockPos pos, PointedDripstoneConfiguration config) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type PointedDripstoneConfigurationModifier and TypeMethodDescriptionboolean
PointedDripstoneFeature.place
(FeaturePlaceContext<PointedDripstoneConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type PointedDripstoneConfigurationModifierConstructorDescriptionPointedDripstoneFeature
(com.mojang.serialization.Codec<PointedDripstoneConfiguration> codec) -
Uses of PointedDripstoneConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type PointedDripstoneConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PointedDripstoneConfiguration> PointedDripstoneConfiguration.CODEC