Get the load multiplier count @return the load multiplier count
()
| 250 | * @return the load multiplier count |
| 251 | */ |
| 252 | public int getLoadMultiplierCount() |
| 253 | { |
| 254 | return loadMultiplierMap.size(); |
| 255 | } |
| 256 | |
| 257 | private record LoadMapEntry (Float multiplier, String moveFormula, Integer checkPenalty) {} |
| 258 |
no test coverage detected