Searched refs:minHp (Results 1 – 1 of 1) sorted by relevance
90 final AtomicInteger minHp = new AtomicInteger(Integer.MAX_VALUE); in computeMinMax() local107 if (monster.hp() < minHp.get()) { in computeMinMax()109 minHp.set(monster.hp()); in computeMinMax()113 else if (monster.hp() == minHp.get()) { in computeMinMax()124 … Stat minHpStat = GameFactory.createStat(minHpMonsterName.get(), minHp.get(), minHpCount.get()); in computeMinMax()