SPIGOT-4958: API to set map trackingPosition

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-05-20 19:29:45 +10:00
parent 86dee5827e
commit d8417eaead

View File

@ -158,6 +158,22 @@ public interface MapView {
*/
public boolean removeRenderer(@Nullable MapRenderer renderer);
/**
* Gets whether a position cursor should be shown when the map is near its
* center.
*
* @return tracking status
*/
boolean isTrackingPosition();
/**
* Sets whether a position cursor should be shown when the map is near its
* center.
*
* @param trackingPosition tracking status
*/
void setTrackingPosition(boolean trackingPosition);
/**
* Whether the map will show a smaller position cursor (true), or no
* position cursor (false) when cursor is outside of map's range.