1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 20:41:37 +02:00

Allow use of deprecated teleport function through interface.

This commit is contained in:
KHobbits
2013-06-09 13:38:09 +01:00
parent 123bffc32b
commit b23d6a6db1

View File

@@ -29,6 +29,9 @@ public interface ITeleport
*/
void now(Player entity, boolean cooldown, TeleportCause cause) throws Exception;
@Deprecated
void teleport(Location loc, Trade chargeFor) throws Exception;
/**
* Teleport a player to a specific location
*