SimpleScoreboard

public class SimpleScoreboard

Constructors

Link copied to clipboard
public void SimpleScoreboard()

Functions

Link copied to clipboard
public static Scoreboard blankScoreboard(Player player)
Link copied to clipboard
public static void clearScoreboard(Player player)
Link copied to clipboard
public static boolean hasManagedSidebar(Player player)
Lets periodic UI owners avoid rebuilding an unchanged EliteMobs sidebar objective.
Link copied to clipboard
public static Scoreboard lazyScoreboard(Player player, String displayName, List<String> scoreboardContents)
Link copied to clipboard
public static Scoreboard temporaryScoreboard(Player player, String displayName, List<String> scoreboardContents, int ticksTimeout)
Link copied to clipboard
public static Scoreboard updateScoreboard(Player player, String displayName, List<String> scoreboardContents)
Reuses the current EliteMobs scoreboard when possible, avoiding a new board allocation for periodic UI updates.