Class LeaderboardHologram
java.lang.Object
com.maximde.hologramlib.hologram.custom.LeaderboardHologram
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static enum
static final record
static enum
static enum
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.Location
void
hide
(org.bukkit.entity.Player player) void
removePlayer
(UUID uuid) rotate
(float x, float y) void
void
setPlayerScore
(UUID uuid, String name, double score) void
show
(org.bukkit.entity.Player player) teleport
(org.bukkit.Location location) void
update()
Updates the leaderboard display with current data Formats and displays the leaderboard entries according to the specified options, including special formatting for top 3 places and optional player head displayprotected void
validateId
(String id)
-
Constructor Details
-
LeaderboardHologram
-
-
Method Details
-
validateId
-
setPlayerScore
-
setAllScores
-
removePlayer
-
hide
public void hide(org.bukkit.entity.Player player) -
show
public void show(org.bukkit.entity.Player player) -
update
public void update()Updates the leaderboard display with current data Formats and displays the leaderboard entries according to the specified options, including special formatting for top 3 places and optional player head display -
rotate
-
setFixedRotation
-
teleport
-
getLocation
public org.bukkit.Location getLocation() -
getAllTextHolograms
-
getEntryHolograms
-