Examples of FloatUpdateTracker


Examples of erogenousbeef.bigreactors.common.multiblock.helpers.FloatUpdateTracker

    fluidConsumedLastTick = 0;
    rotorEfficiencyLastTick = 1f;
   
    foundCoils = new HashSet<CoordTriplet>();
   
    rpmUpdateTracker = new FloatUpdateTracker(100, 5, 10f, 100f); // Minimum 10RPM difference for slow updates, if change > 100 RPM, update every 5 ticks
  }
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.