public class StoneBoulder extends Object implements TerrainObject
PLANT_TYPES| Constructor and Description |
|---|
StoneBoulder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(org.bukkit.World world,
Random random,
int sourceX,
int sourceY,
int sourceZ)
Generates this feature.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitkillPlantAbovepublic boolean generate(org.bukkit.World world,
Random random,
int sourceX,
int sourceY,
int sourceZ)
TerrainObjectgenerate in interface TerrainObjectworld - the world to generate inrandom - the PRNG that will choose the size and a few details of the shapesourceX - the base X coordinatesourceY - the base Y coordinatesourceZ - the base Z coordinateCopyright © 2021. All rights reserved.