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 pLevel, RandomSource pRandom, BlockPos pPos, PointedDripstoneConfiguration pConfig) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type PointedDripstoneConfigurationModifier and TypeMethodDescriptionboolean
PointedDripstoneFeature.place
(FeaturePlaceContext<PointedDripstoneConfiguration> pContext) 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> p_191067_) -
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