Example #1
0
File: API.java Project: OdiumxXx/Fe
 public String formatNoColor(double amount) {
   return ChatFormat.stripColor(format(amount));
 }
Example #2
0
File: API.java Project: OdiumxXx/Fe
 public String formatNoColor(Account account) {
   return ChatFormat.stripColor(format(account));
 }