mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 02:35:52 -07:00
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user