| 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,
DisplaySlot displaySlot)
Creates a new scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createObjective(String title,
DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createObjective(String id,
String title,
DisplaySlot displaySlot)
Creates a new scoreboard objective
|
ScoreboardObjective |
Scoreboard.createObjective(String id,
String title,
DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new scoreboard objective
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(Player player,
String title,
DisplaySlot displaySlot)
Creates a new per-player scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(Player player,
String title,
DisplaySlot displaySlot,
boolean autoSubscribe)
Creates a new per-player scoreboard objective with an automatically generated id
|
default ScoreboardObjective |
Scoreboard.createPlayerObjective(Player player,
String id,
String title,
DisplaySlot displaySlot)
Creates a new per-player scoreboard objective
|
ScoreboardObjective |
Scoreboard.createPlayerObjective(Player player,
String id,
String title,
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(Player player,
String id)
Gets an existing per-player scoreboard objective if one with the id exists
|
Copyright © 2020. All rights reserved.