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