Class StoneBoulder

java.lang.Object
net.glowstone.generator.objects.StoneBoulder
All Implemented Interfaces:
TerrainObject

public class StoneBoulder extends Object implements TerrainObject
  • Constructor Details

    • StoneBoulder

      public StoneBoulder()
  • Method Details

    • generate

      public boolean generate(org.bukkit.World world, Random random, int sourceX, int sourceY, int sourceZ)
      Description copied from interface: TerrainObject
      Generates this feature.
      Specified by:
      generate in interface TerrainObject
      Parameters:
      world - the world to generate in
      random - the PRNG that will choose the size and a few details of the shape
      sourceX - the base X coordinate
      sourceY - the base Y coordinate
      sourceZ - the base Z coordinate
      Returns:
      true if successfully generated