Class BiomeDecorationPopulator

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.BiomeDecorationPopulator

public abstract class BiomeDecorationPopulator extends Object
  • Constructor Details

  • Method Details

    • populateDecoration

      public abstract void populateDecoration(BiomeDecorationPopulator.WorldModifier world, int x, int y, int z)
      Used to generate custom decoration at a specific location in the biome
      Parameters:
      world - The world that the decoration should be placed in
      x - The x position of the decoration (lowest X in the Chunk)
      y - The y position of the decoration (based on PlacementTypes)
      z - The z position of the decoration (lowest Z in the Chunk)