예제 #1
0
파일: API.java 프로젝트: OdiumxXx/Fe
 public String formatNoColor(double amount) {
   return ChatFormat.stripColor(format(amount));
 }
예제 #2
0
파일: API.java 프로젝트: OdiumxXx/Fe
 public String formatNoColor(Account account) {
   return ChatFormat.stripColor(format(account));
 }