Added World.spawnBoat().
This commit is contained in:
parent
5e76ddc41e
commit
b671546e92
@ -103,4 +103,12 @@ public interface World {
|
||||
* @return
|
||||
*/
|
||||
public PoweredMinecart spawnPoweredMinecart(Location loc);
|
||||
|
||||
/**
|
||||
* Spawn a boat.
|
||||
*
|
||||
* @param loc
|
||||
* @return
|
||||
*/
|
||||
public Boat spawnBoat(Location loc);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user