Class FeatureDecorator<DC extends DecoratorConfiguration>

java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<FeatureDecorator<?>>
net.minecraft.world.level.levelgen.placement.FeatureDecorator<DC>
All Implemented Interfaces:
IForgeRegistryEntry<FeatureDecorator<?>>
Direct Known Subclasses:
CarvingMaskDecorator, CaveSurfaceDecorator, CountMultiLayerDecorator, DarkOakTreePlacementDecorator, DecoratedDecorator, HeightmapDecorator, HeightmapDoubleDecorator, IcebergPlacementDecorator, NopePlacementDecorator, RepeatingDecorator, SquareDecorator, VerticalDecorator, WaterDepthThresholdDecorator

public abstract class FeatureDecorator<DC extends DecoratorConfiguration> extends ForgeRegistryEntry<FeatureDecorator<?>>