public class ConfiguredDecorator<DC extends DecoratorConfiguration>
implements Decoratable<ConfiguredDecorator<?>>
| cpo | |
| net.minecraft.world.level.levelgen.placement.ConfiguredDecorator | |
| net.minecraft.class_3243 | |
| net.minecraft.world.gen.decorator.ConfiguredDecorator | |
| net.minecraft.world.gen.placement.ConfiguredPlacement | |
| net.minecraft.server.v1_16_R3.WorldGenDecoratorConfigured |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final com.mojang.serialization.Codec<ConfiguredDecorator<?>> |
| ||||||||||
| private final FeatureDecorator<DC> |
| ||||||||||
| private final DC |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (FeatureDecorator<DC> decorator, DC config) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public Stream<BlockPos> |
| ||||||||||
| public ConfiguredDecorator<?> |
| ||||||||||
| public DC |
|