Package buildcraft.transport.statements

Examples of buildcraft.transport.statements.ActionPowerLimiter


      for (ValveState state : ValveState.VALUES) {
          actionValve[state.ordinal()] = new ActionValve(state);
      }

      for (PowerMode limit : PowerMode.VALUES) {
        actionPowerLimiter[limit.ordinal()] = new ActionPowerLimiter(limit);
      }
    } finally {
      BuildCraftCore.mainConfiguration.save();
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.transport.statements.ActionPowerLimiter

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.