geforkt von Mirrors/Paper
Added world.spawnTree(), world.spawnBigTree().
By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
c6d45a3ae2
Commit
a2cbf2b29e
@ -27,4 +27,20 @@ public interface World {
|
||||
*/
|
||||
public ArrowEntity spawnArrow(Location loc, Vector velocity,
|
||||
float speed, float spread);
|
||||
|
||||
/**
|
||||
* Spawns a tree at a location.
|
||||
*
|
||||
* @param loc
|
||||
* @return whether the tree was created
|
||||
*/
|
||||
public boolean generateTree(Location loc);
|
||||
|
||||
/**
|
||||
* Spawns a big tree at a location.
|
||||
*
|
||||
* @param loc
|
||||
* @return whether the tree was created
|
||||
*/
|
||||
public boolean generateBigTree(Location loc);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren