Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.PointedDripstoneConfiguration
Package
Description
-
Uses of PointedDripstoneConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<PointedDripstoneConfiguration>
Feature.POINTED_DRIPSTONE
Modifier and TypeMethodDescriptionprivate static void
PointedDripstoneFeature.createPatchOfDripstoneBlocks
(LevelAccessor p_225194_, RandomSource p_225195_, BlockPos p_225196_, PointedDripstoneConfiguration p_225197_) Modifier and TypeMethodDescriptionboolean
PointedDripstoneFeature.place
(FeaturePlaceContext<PointedDripstoneConfiguration> p_191078_) ModifierConstructorDescriptionPointedDripstoneFeature
(com.mojang.serialization.Codec<PointedDripstoneConfiguration> p_191067_) -
Uses of PointedDripstoneConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PointedDripstoneConfiguration>
PointedDripstoneConfiguration.CODEC