Interface ILeaderboardHologram
public interface ILeaderboardHologram
Represents a leaderboard hologram.
-
Method Summary
-
Method Details
-
generate
void generate()Generate the hologram. Only ever call this once, unlessremove()has been called since the last time it was generated. -
remove
void remove()Remove the hologram from the world. -
refresh
void refresh()Refresh the leaderboard statistics. -
getLocation
-
getParkour
IParkour getParkour()Get the parkour that this hologram belongs to.- Returns:
- the parkour this hologram belongs to, or null if this is an overall leaderboard hologram.
-
getId
int getId()Get the ID of this hologram.- Returns:
- the ID of the hologram.
-