geforkt von Mirrors/Paper
SPIGOT-4958: API to set map trackingPosition
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
86dee5827e
Commit
d8417eaead
@ -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.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren