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