From 958a8d04a6d426decd03c28e889909dd47545af7 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 31 May 2015 12:07:39 +1000 Subject: Deprecate exact login location. It is unlikely anyone uses it. --- src/main/java/org/bukkit/Bukkit.java | 3 +++ src/main/java/org/bukkit/Server.java | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/main/java/org/bukkit/Bukkit.java b/src/main/java/org/bukkit/Bukkit.java index 2c43d9e3..fd7d116a 100644 --- a/src/main/java/org/bukkit/Bukkit.java +++ b/src/main/java/org/bukkit/Bukkit.java @@ -703,7 +703,10 @@ public final class Bukkit { * * @return true if exact location locations are used for spawning, false * for vanilla collision detection or otherwise + * + * @deprecated non standard and unused feature. */ + @Deprecated public static boolean useExactLoginLocation() { return server.useExactLoginLocation(); } diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java index ab6d047d..ca6c42c1 100644 --- a/src/main/java/org/bukkit/Server.java +++ b/src/main/java/org/bukkit/Server.java @@ -575,7 +575,10 @@ public interface Server extends PluginMessageRecipient { * * @return true if exact location locations are used for spawning, false * for vanilla collision detection or otherwise + * + * @deprecated non standard and unused feature. */ + @Deprecated public boolean useExactLoginLocation(); /** -- cgit v1.2.3