Uses of Class
net.minecraft.world.gen.feature.SmallDripstoneFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of SmallDripstoneFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SmallDripstoneFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<SmallDripstoneFeatureConfig>SmallDripstoneFeatureConfig. CODECstatic Feature<SmallDripstoneFeatureConfig>Feature. SMALL_DRIPSTONEMethods in net.minecraft.world.gen.feature with parameters of type SmallDripstoneFeatureConfig Modifier and Type Method Description private static booleanSmallDripstoneFeature. generate(StructureWorldAccess world, Random random, BlockPos pos, SmallDripstoneFeatureConfig config)private static booleanSmallDripstoneFeature. generateDripstone(StructureWorldAccess world, Random random, BlockPos pos, Direction direction, SmallDripstoneFeatureConfig config)private static BlockPosSmallDripstoneFeature. randomPos(Random random, BlockPos pos, SmallDripstoneFeatureConfig config)Method parameters in net.minecraft.world.gen.feature with type arguments of type SmallDripstoneFeatureConfig Modifier and Type Method Description booleanSmallDripstoneFeature. generate(FeatureContext<SmallDripstoneFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SmallDripstoneFeatureConfig Constructor Description SmallDripstoneFeature(com.mojang.serialization.Codec<SmallDripstoneFeatureConfig> configCodec)