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. CODEC
static ConfiguredFeature<SimpleBlockFeatureConfig,?>
ConfiguredFeatures. MOSS_VEGETATION
static Feature<SimpleBlockFeatureConfig>
Feature. SIMPLE_BLOCK
Methods 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 boolean
SimpleBlockFeature. 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)