Gets the levelString that this LevelInfo object describes. @return level string
()
| 45 | * @return level string |
| 46 | */ |
| 47 | public String getLevelString() |
| 48 | { |
| 49 | return levelString; |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Sets the maximum number of ranks a character can have in |
no outgoing calls
no test coverage detected