Uses of Class
net.minecraft.world.gen.feature.SimpleRandomFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of SimpleRandomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SimpleRandomFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<SimpleRandomFeatureConfig>
SimpleRandomFeatureConfig. CODEC
static ConfiguredFeature<SimpleRandomFeatureConfig,?>
ConfiguredFeatures. DRIPLEAF
static Feature<SimpleRandomFeatureConfig>
Feature. SIMPLE_RANDOM_SELECTOR
Method parameters in net.minecraft.world.gen.feature with type arguments of type SimpleRandomFeatureConfig Modifier and Type Method Description boolean
SimpleRandomFeature. generate(FeatureContext<SimpleRandomFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SimpleRandomFeatureConfig Constructor Description SimpleRandomFeature(com.mojang.serialization.Codec<SimpleRandomFeatureConfig> configCodec)