Update to Minecraft 1.11

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-11-17 12:40:59 +11:00
parent 06e0085b98
commit f1fb3d9462
59 changed files with 646 additions and 682 deletions

View File

@@ -154,4 +154,19 @@ public interface MapView {
*/
public boolean removeRenderer(MapRenderer renderer);
/**
* Whether the map will show a smaller position cursor (true), or no
* position cursor (false) when cursor is outside of map's range.
*
* @return unlimited tracking state
*/
boolean isUnlimitedTracking();
/**
* Whether the map will show a smaller position cursor (true), or no
* position cursor (false) when cursor is outside of map's range.
*
* @param unlimited tracking state
*/
void setUnlimitedTracking(boolean unlimited);
}