getLevel method

int getLevel ()

Return the current level

Implementation

int getLevel() {
  return this.level;
}