Update to Minecraft 1.11
By: md_5 <git@md-5.net>
This commit is contained in:
parent
06e0085b98
commit
f1fb3d9462
59 changed files with 646 additions and 682 deletions
|
@ -697,25 +697,6 @@ public final class Bukkit {
|
|||
return server.isHardcore();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether to use vanilla (false) or exact behaviour (true).
|
||||
*
|
||||
* <ul>
|
||||
* <li>Vanilla behaviour: check for collisions and move the player if
|
||||
* needed.
|
||||
* <li>Exact behaviour: spawn players exactly where they should be.
|
||||
* </ul>
|
||||
*
|
||||
* @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();
|
||||
}
|
||||
|
||||
/**
|
||||
* Shutdowns the server, stopping everything.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue