Uses of Class
com.cliffblaster.game.ChatColor

Packages that use ChatColor
com.cliffblaster.game   
 

Uses of ChatColor in com.cliffblaster.game
 

Methods in com.cliffblaster.game that return ChatColor
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're declared.
 

Methods in com.cliffblaster.game with parameters of type ChatColor
protected  void Command.sendMessage(ServerHandler caller, java.lang.String message, ChatColor color)