Package org.mcmonkey.sentinel
Class SentinelEventHandler.TrackedKillToBlock
java.lang.Object
org.mcmonkey.sentinel.SentinelEventHandler.TrackedKillToBlock
- Enclosing class:
SentinelEventHandler
Class to help prevent kill statistic incrementing.
-
Field Summary
Modifier and TypeFieldDescriptionint
The number of kills to block.long
The server tick time of the block. -
Constructor Summary
-
Method Summary
-
Field Details
-
killCount
public int killCountThe number of kills to block. -
systemTick
public long systemTickThe server tick time of the block.
-
-
Constructor Details
-
TrackedKillToBlock
public TrackedKillToBlock()
-
-
Method Details
-
addOne
public void addOne()Adds one kill and handles system time.
-