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 p_191073_, Random p_191074_, BlockPos p_191075_, PointedDripstoneConfiguration p_191076_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type PointedDripstoneConfigurationModifier and TypeMethodDescriptionboolean
PointedDripstoneFeature.place
(FeaturePlaceContext<PointedDripstoneConfiguration> p_191078_) 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