mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Deprecate exact login location. It is unlikely anyone uses it.
This commit is contained in:
parent
d24844cdd9
commit
958a8d04a6
2 changed files with 6 additions and 0 deletions
|
@ -703,7 +703,10 @@ public final class Bukkit {
|
||||||
*
|
*
|
||||||
* @return true if exact location locations are used for spawning, false
|
* @return true if exact location locations are used for spawning, false
|
||||||
* for vanilla collision detection or otherwise
|
* for vanilla collision detection or otherwise
|
||||||
|
*
|
||||||
|
* @deprecated non standard and unused feature.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static boolean useExactLoginLocation() {
|
public static boolean useExactLoginLocation() {
|
||||||
return server.useExactLoginLocation();
|
return server.useExactLoginLocation();
|
||||||
}
|
}
|
||||||
|
|
|
@ -575,7 +575,10 @@ public interface Server extends PluginMessageRecipient {
|
||||||
*
|
*
|
||||||
* @return true if exact location locations are used for spawning, false
|
* @return true if exact location locations are used for spawning, false
|
||||||
* for vanilla collision detection or otherwise
|
* for vanilla collision detection or otherwise
|
||||||
|
*
|
||||||
|
* @deprecated non standard and unused feature.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public boolean useExactLoginLocation();
|
public boolean useExactLoginLocation();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue