mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-20 05:14:15 +00:00
Remove some deprecated methods in World
This commit is contained in:
parent
9b0dbed88e
commit
c771cb355c
1 changed files with 0 additions and 40 deletions
|
@ -292,46 +292,6 @@ public interface World {
|
||||||
*/
|
*/
|
||||||
public boolean generateTree(Location loc, TreeType type, BlockChangeDelegate delegate);
|
public boolean generateTree(Location loc, TreeType type, BlockChangeDelegate delegate);
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a regular passenger minecart at the given {@link Location}
|
|
||||||
*
|
|
||||||
* @param location Location to spawn the minecart
|
|
||||||
* @return Minecart created as a result of this method
|
|
||||||
* @deprecated use {@link #spawn(Location, Class)} instead
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public Minecart spawnMinecart(Location location);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a storage minecart at the given {@link Location}
|
|
||||||
*
|
|
||||||
* @param loc Location to spawn the minecart
|
|
||||||
* @return StorageMinecart created as a result of this method
|
|
||||||
* @deprecated use {@link #spawn(Location, Class)} instead
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public StorageMinecart spawnStorageMinecart(Location loc);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a powered minecart at the given {@link Location}
|
|
||||||
*
|
|
||||||
* @param loc Location to spawn the minecart
|
|
||||||
* @return PoweredMinecart created as a result of this method
|
|
||||||
* @deprecated use {@link #spawn(Location, Class)} instead
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public PoweredMinecart spawnPoweredMinecart(Location loc);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a boat at the given {@link Location}
|
|
||||||
*
|
|
||||||
* @param loc Location to spawn the boat
|
|
||||||
* @return Boat created as a result of this method
|
|
||||||
* @deprecated use {@link #spawn(Location, Class)} instead
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public Boat spawnBoat(Location loc);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a creature at the given {@link Location}
|
* Creates a creature at the given {@link Location}
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue