Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
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 and Description |
---|---|
static @Nullable ChatColor |
ChatColor.getByChar(char code)
Gets the color represented by the specified color code
|
static @Nullable ChatColor |
ChatColor.getByChar(@NotNull 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 and Description |
---|---|
protected ChatColor |
PluginNameConversationPrefix.prefixColor |
Constructor and Description |
---|
PluginNameConversationPrefix(@NotNull Plugin plugin,
@NotNull String separator,
@NotNull ChatColor prefixColor) |
Modifier and Type | Method and Description |
---|---|
@NotNull ChatColor |
Team.getColor()
Deprecated.
in favour of
Team.color() |
Modifier and Type | Method and Description |
---|---|
void |
Team.setColor(@NotNull ChatColor color)
Deprecated.
|
Copyright © 2021. All rights reserved.