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