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