Uses of Class
net.minecraft.world.gen.feature.SimpleBlockFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of SimpleBlockFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SimpleBlockFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<SimpleBlockFeatureConfig>SimpleBlockFeatureConfig. CODECstatic ConfiguredFeature<SimpleBlockFeatureConfig,?>ConfiguredFeatures. MOSS_VEGETATIONstatic Feature<SimpleBlockFeatureConfig>Feature. SIMPLE_BLOCKMethods in net.minecraft.world.gen.feature that return types with arguments of type SimpleBlockFeatureConfig Modifier and Type Method Description private static ConfiguredFeature<SimpleBlockFeatureConfig,?>ConfiguredFeatures. createSmallDripleafFeature()Method parameters in net.minecraft.world.gen.feature with type arguments of type SimpleBlockFeatureConfig Modifier and Type Method Description booleanSimpleBlockFeature. generate(FeatureContext<SimpleBlockFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SimpleBlockFeatureConfig Constructor Description SimpleBlockFeature(com.mojang.serialization.Codec<SimpleBlockFeatureConfig> configCodec)