| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.scoreboard | |
| com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard |
| Modifier and Type | Method and Description |
|---|---|
static ScoreboardPosition |
ScoreboardPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreboardPosition[] |
ScoreboardPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreboardPosition |
ServerDisplayScoreboardPacket.getPosition() |
| Constructor and Description |
|---|
ServerDisplayScoreboardPacket(ScoreboardPosition position,
String name) |
Copyright © 2020. All rights reserved.