(World world)
| 56 | } |
| 57 | |
| 58 | public static WorldData of(World world) { |
| 59 | return mantles.computeIfAbsent(world, WorldData::new); |
| 60 | } |
| 61 | |
| 62 | public double getEarningsMultiplier(Block block) { |
| 63 | Earnings e = mantle.get(block.getX(), block.getY(), block.getZ(), Earnings.class); |
no outgoing calls
no test coverage detected