Get the CAPACITY sub token @param display @return the CAPACITY sub token
(CharacterDisplay display)
| 80 | * @return the CAPACITY sub token |
| 81 | */ |
| 82 | public static String getCapacityToken(CharacterDisplay display) |
| 83 | { |
| 84 | return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.getMaxLoad().doubleValue()); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Get the LOAD sub token |
no test coverage detected