Object BattleCard.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Integer toLevel(Double experience, Rarity rarity) Converts a BattleCard's Experience to the corresponding level.
      final static Double toExperience(Integer level, Rarity rarity) Converts a BattleCard's Level to the minimum experience required to reach that level.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail