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