Uses of Class
net.minecraft.world.gen.feature.SmallDripstoneFeatureConfig
-
Uses of SmallDripstoneFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SmallDripstoneFeatureConfig>
SmallDripstoneFeatureConfig.CODEC
static final Feature<SmallDripstoneFeatureConfig>
Feature.SMALL_DRIPSTONE
Modifier and TypeMethodDescriptionprivate static boolean
SmallDripstoneFeature.generate
(StructureWorldAccess world, Random random, BlockPos pos, SmallDripstoneFeatureConfig config) private static boolean
SmallDripstoneFeature.generateDripstone
(StructureWorldAccess world, Random random, BlockPos pos, Direction direction, SmallDripstoneFeatureConfig config) private static BlockPos
SmallDripstoneFeature.randomPos
(Random random, BlockPos pos, SmallDripstoneFeatureConfig config) Modifier and TypeMethodDescriptionboolean
SmallDripstoneFeature.generate
(FeatureContext<SmallDripstoneFeatureConfig> context) ModifierConstructorDescriptionSmallDripstoneFeature
(com.mojang.serialization.Codec<SmallDripstoneFeatureConfig> configCodec)