You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns <code>true</code> if the given player is currently visible on the web-app.
56
+
* @see #setPlayerVisibility(UUID, boolean)
57
+
* @param player the UUID of the player
58
+
*/
59
+
booleangetPlayerVisibility(UUIDplayer);
60
+
54
61
/**
55
62
* Creates an image-file with the given {@link BufferedImage} somewhere in the web-root, so it can be used in the web-app (e.g. for {@link Marker}-icons).
0 commit comments