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_191073_, Random p_191074_, BlockPos p_191075_, PointedDripstoneConfiguration p_191076_) 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