geforkt von Mirrors/Paper
Added World.spawnBoat().
By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
f6dc158646
Commit
eb62da78ee
@ -103,4 +103,12 @@ public interface World {
|
||||
* @return
|
||||
*/
|
||||
public PoweredMinecart spawnPoweredMinecart(Location loc);
|
||||
|
||||
/**
|
||||
* Spawn a boat.
|
||||
*
|
||||
* @param loc
|
||||
* @return
|
||||
*/
|
||||
public Boat spawnBoat(Location loc);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren