public EnumDifficulty getDifficulty() {
   return EnumDifficulty.getById(this.propertyManager.getInt("difficulty", 1));
 }