| 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 TeamColor |
TeamColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeamColor[] |
TeamColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TeamColor |
ServerTeamPacket.getColor() |
| Constructor and Description |
|---|
ServerTeamPacket(String name,
String displayName,
String prefix,
String suffix,
boolean friendlyFire,
boolean seeFriendlyInvisibles,
NameTagVisibility nameTagVisibility,
CollisionRule collisionRule,
TeamColor color) |
ServerTeamPacket(String name,
String displayName,
String prefix,
String suffix,
boolean friendlyFire,
boolean seeFriendlyInvisibles,
NameTagVisibility nameTagVisibility,
CollisionRule collisionRule,
TeamColor color,
String[] players) |
Copyright © 2020. All rights reserved.