public class ConfiguredFeature<F extends Configuration, D extends DecoratorConfiguration>
extends Feature<FeatureConfiguration>
| bpm | |
| net.minecraft.unmapped.C_54009323 | |
| net.minecraft.world.gen.feature.ConfiguredFeature | |
| net.minecraft.world.gen.feature.CompositeFeature |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Feature<F> |
| ||||||||
| protected final F |
| ||||||||
| protected final FeatureDecorator<D> |
| ||||||||
| protected final D |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Feature<F> feature, F config, FeatureDecorator<D> decorator, D decoratorConfig) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public Feature<F> |
|