C - The platform specific color objectpublic abstract class MessageFormatter<C> extends Object
| Constructor and Description |
|---|
MessageFormatter(C... colors) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(int index,
String message) |
String |
format(String message) |
C |
getColor(int index) |
C |
getDefaultColor() |
C |
setColor(int index,
C color) |
@SafeVarargs public MessageFormatter(C... colors)
Copyright © 2017. All rights reserved.