Package | Description |
---|---|
net.minecraft.network.play.server | |
net.minecraft.scoreboard |
Modifier and Type | Field and Description |
---|---|
private ServerScoreboard.Action |
SUpdateScorePacket.action |
Modifier and Type | Method and Description |
---|---|
ServerScoreboard.Action |
SUpdateScorePacket.getAction() |
Constructor and Description |
---|
SUpdateScorePacket(ServerScoreboard.Action p_i47930_1_,
java.lang.String p_i47930_2_,
java.lang.String p_i47930_3_,
int p_i47930_4_) |
Modifier and Type | Method and Description |
---|---|
static ServerScoreboard.Action |
ServerScoreboard.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerScoreboard.Action[] |
ServerScoreboard.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|