Search in sources :

Example 1 with DecoHelperBorder

use of rtg.api.world.deco.helper.DecoHelperBorder in project Realistic-Terrain-Generation by Team-RTG.

the class RealisticBiomeBOPCrag method initDecos.

@Override
public void initDecos() {
    DecoPond decoPond = new DecoPond();
    // very high because most are blocked by topography
    decoPond.setChunksPerPond(3);
    DecoHelperBorder borderedPond = new DecoHelperBorder(decoPond, 0.8f, 0.7f);
    this.addDeco(borderedPond);
    DecoBaseBiomeDecorations decoBaseBiomeDecorations = new DecoSingleBiomeDecorations();
    this.addDeco(decoBaseBiomeDecorations);
}
Also used : DecoBaseBiomeDecorations(rtg.api.world.deco.DecoBaseBiomeDecorations) DecoSingleBiomeDecorations(rtg.api.world.deco.DecoSingleBiomeDecorations) DecoPond(rtg.api.world.deco.DecoPond) DecoHelperBorder(rtg.api.world.deco.helper.DecoHelperBorder)

Aggregations

DecoBaseBiomeDecorations (rtg.api.world.deco.DecoBaseBiomeDecorations)1 DecoPond (rtg.api.world.deco.DecoPond)1 DecoSingleBiomeDecorations (rtg.api.world.deco.DecoSingleBiomeDecorations)1 DecoHelperBorder (rtg.api.world.deco.helper.DecoHelperBorder)1