Package net.pdevita.creeperheal2.utils
Class Stats
-
- All Implemented Interfaces:
public final class Stats
-
-
Field Summary
Fields Modifier and Type Field Description private final AtomicIntegertotalExplosionsprivate final AtomicIntegertotalBlocks
-
Constructor Summary
Constructors Constructor Description Stats(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final AtomicIntegergetTotalExplosions()final AtomicIntegergetTotalBlocks()-
-
Constructor Detail
-
Stats
Stats(CreeperHeal2 plugin)
-
-
Method Detail
-
getTotalExplosions
final AtomicInteger getTotalExplosions()
-
getTotalBlocks
final AtomicInteger getTotalBlocks()
-
-
-
-