Checks if this code is a color code as opposed to a format code. @return whether this ChatColor is a color code
()
| 579 | * @return whether this ChatColor is a color code |
| 580 | */ |
| 581 | public boolean isColor() { |
| 582 | return !isFormat && this != RESET; |
| 583 | } |
| 584 | |
| 585 | /** |
| 586 | * Get the ChatColor enum instance instead of C |
no outgoing calls
no test coverage detected