mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Added World.spawnBoat().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
f6dc158646
commit
eb62da78ee
1 changed files with 8 additions and 0 deletions
|
@ -103,4 +103,12 @@ public interface World {
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public PoweredMinecart spawnPoweredMinecart(Location loc);
|
public PoweredMinecart spawnPoweredMinecart(Location loc);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Spawn a boat.
|
||||||
|
*
|
||||||
|
* @param loc
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public Boat spawnBoat(Location loc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue