public float getAvgTPS() {
   return avgTicksPerSecond.get();
 }
 public float getTPS() {
   return ticksPerSecond.get();
 }