Examples of Timings


Examples of fr.neatmonster.nocheatplus.stats.Timings

    // Data of the reach check.
    public double  reachDistance;
   

    public BlockBreakData(final BlockBreakConfig cc) {
    stats = cc.fastBreakDebug?(new Timings("NCP/FASTBREAK")):null;
    fastBreakPenalties = new ActionFrequency(cc.fastBreakBuckets, cc.fastBreakBucketDur);
    frequencyBuckets = new ActionFrequency(cc.frequencyBuckets, cc.frequencyBucketDur);
    wrongBlockVL = new ActionFrequency(6, 20000);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.