Class SentinelEventHandler.TrackedKillToBlock

java.lang.Object
org.mcmonkey.sentinel.SentinelEventHandler.TrackedKillToBlock
Enclosing class:
SentinelEventHandler

public static class SentinelEventHandler.TrackedKillToBlock extends Object
Class to help prevent kill statistic incrementing.
  • Field Details

    • killCount

      public int killCount
      The number of kills to block.
    • systemTick

      public long systemTick
      The server tick time of the block.
  • Constructor Details

    • TrackedKillToBlock

      public TrackedKillToBlock()
  • Method Details

    • addOne

      public void addOne()
      Adds one kill and handles system time.