Uses of Class
net.alpenblock.bungeeperms.ChatColor
-
-
Uses of ChatColor in net.alpenblock.bungeeperms
Fields in net.alpenblock.bungeeperms declared as ChatColor Modifier and Type Field Description static ChatColor
Color. Activated
static ChatColor
Color. Deactivated
static ChatColor
Color. Error
static ChatColor
Color. Fatal
static ChatColor
Color. Message
static ChatColor
Color. Severe
static ChatColor
Color. Success
static ChatColor
Color. Text
static ChatColor
Color. User
static ChatColor
Color. Value
Methods in net.alpenblock.bungeeperms that return ChatColor Modifier and Type Method Description static ChatColor
ChatColor. valueOf(java.lang.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. -
Uses of ChatColor in net.alpenblock.bungeeperms.platform
Methods in net.alpenblock.bungeeperms.platform with parameters of type ChatColor Modifier and Type Method Description abstract MessageEncoder
MessageEncoder. color(ChatColor color)
-
Uses of ChatColor in net.alpenblock.bungeeperms.platform.bukkit
Methods in net.alpenblock.bungeeperms.platform.bukkit with parameters of type ChatColor Modifier and Type Method Description MessageEncoder
BukkitMessageEncoder. color(ChatColor color)
-
Uses of ChatColor in net.alpenblock.bungeeperms.platform.bungee
Methods in net.alpenblock.bungeeperms.platform.bungee with parameters of type ChatColor Modifier and Type Method Description MessageEncoder
BungeeMessageEncoder. color(ChatColor color)
-
Uses of ChatColor in net.alpenblock.bungeeperms.platform.velocity
Methods in net.alpenblock.bungeeperms.platform.velocity with parameters of type ChatColor Modifier and Type Method Description MessageEncoder
VelocityMessageEncoder. color(ChatColor color)
-