| Package | Description |
|---|---|
| me.lucko.helper.scoreboard |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketScoreboardObjective
Implements
ScoreboardObjective using ProtocolLib. |
| Modifier and Type | Method and Description |
|---|---|
default ScoreboardObjective |
Scoreboard.createObjective(String title,
org.bukkit.scoreboard.DisplaySlot displaySlot)
Creates a new scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createObjective(String title,
org.bukkit.scoreboard.DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createObjective(String id,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot)
Creates a new scoreboard objective
|
ScoreboardObjective |
Scoreboard.createObjective(String id,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new scoreboard objective
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(org.bukkit.entity.Player player,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot)
Creates a new per-player scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(org.bukkit.entity.Player player,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new per-player scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(org.bukkit.entity.Player player,
String id,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot)
Creates a new per-player scoreboard objective
|
ScoreboardObjective |
Scoreboard.createPlayerObjective(org.bukkit.entity.Player player,
String id,
String title,
org.bukkit.scoreboard.DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new per-player scoreboard objective
|
ScoreboardObjective |
Scoreboard.getObjective(String id)
Gets an existing scoreboard objective if one with the id exists
|
ScoreboardObjective |
Scoreboard.getPlayerObjective(org.bukkit.entity.Player player,
String id)
Gets an existing per-player scoreboard objective if one with the id exists
|
Copyright © 2022. All rights reserved.