Package fr.neatmonster.nocheatplus.stats

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

Related Classes of fr.neatmonster.nocheatplus.stats.Timings

Copyright © 2018 www.massapicom. 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.