Class AbstractHeightmapDecorator<DC extends DecoratorConfig>

java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractHeightmapDecorator<DC>
Direct Known Subclasses:
DarkOakTreeDecorator, HeightmapDecorator, SpreadDoubleHeightmapDecorator

public abstract class AbstractHeightmapDecorator<DC extends DecoratorConfig>
extends Decorator<DC>
  • Constructor Details

    • AbstractHeightmapDecorator

      public AbstractHeightmapDecorator​(com.mojang.serialization.Codec<DC> configCodec)
  • Method Details

    • getHeightmapType

      protected abstract Heightmap.Type getHeightmapType​(DC config)