| Package | Description |
|---|---|
| me.lucko.helper.scoreboard |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketScoreboardTeam
Implements
ScoreboardTeam using ProtocolLib. |
| Modifier and Type | Method and Description |
|---|---|
default ScoreboardTeam |
Scoreboard.createPlayerTeam(org.bukkit.entity.Player player,
String title)
Creates a new per-player scoreboard team with an automatically generated id
|
default ScoreboardTeam |
Scoreboard.createPlayerTeam(org.bukkit.entity.Player player,
String title,
boolean autoSubscribe)
Creates a new per-player scoreboard team with an automatically generated id
|
default ScoreboardTeam |
Scoreboard.createPlayerTeam(org.bukkit.entity.Player player,
String id,
String title)
Creates a new per-player scoreboard team
|
ScoreboardTeam |
Scoreboard.createPlayerTeam(org.bukkit.entity.Player player,
String id,
String title,
boolean autoSubscribe)
Creates a new per-player scoreboard team
|
default ScoreboardTeam |
Scoreboard.createTeam(String title)
Creates a new scoreboard team with an automatically generated id
|
default ScoreboardTeam |
Scoreboard.createTeam(String title,
boolean autoSubscribe)
Creates a new scoreboard team with an automatically generated id
|
default ScoreboardTeam |
Scoreboard.createTeam(String id,
String title)
Creates a new scoreboard team
|
ScoreboardTeam |
Scoreboard.createTeam(String id,
String title,
boolean autoSubscribe)
Creates a new scoreboard team
|
ScoreboardTeam |
Scoreboard.getPlayerTeam(org.bukkit.entity.Player player,
String id)
Gets an existing per-player scoreboard team if one with the id exists
|
ScoreboardTeam |
Scoreboard.getTeam(String id)
Gets an existing scoreboard team if one with the id exists
|
Copyright © 2022. All rights reserved.