Uses of Class
net.minecraft.world.gen.feature.RandomFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of RandomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RandomFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<RandomFeatureConfig>
RandomFeatureConfig. CODEC
static Feature<RandomFeatureConfig>
Feature. RANDOM_SELECTOR
Method parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureConfig Modifier and Type Method Description boolean
RandomFeature. generate(FeatureContext<RandomFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureConfig Constructor Description RandomFeature(com.mojang.serialization.Codec<RandomFeatureConfig> configCodec)