Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
Modifier and Type | Method | Description |
---|---|---|
static ChatColor |
ChatColor.getByChar(char code) |
Gets the color represented by the specified color code
|
static ChatColor |
ChatColor.getByChar(String code) |
Gets the color represented by the specified color code
|
static ChatColor |
ChatColor.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ChatColor[] |
ChatColor.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field | Description |
---|---|---|
protected ChatColor |
PluginNameConversationPrefix.prefixColor |
Constructor | Description |
---|---|
PluginNameConversationPrefix(Plugin plugin,
String separator,
ChatColor prefixColor) |
Modifier and Type | Method | Description |
---|---|---|
ChatColor |
Team.getColor() |
Gets the color of the team.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Team.setColor(ChatColor color) |
Sets the color of the team.
|
Copyright © 2019. All rights reserved.