Package buildcraft.transport.statements

Examples of buildcraft.transport.statements.ActionValve


      for (ForgeDirection direction : ForgeDirection.VALID_DIRECTIONS) {
        actionPipeDirection[direction.ordinal()] = new ActionPipeDirection(direction);
      }

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

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

TOP

Related Classes of buildcraft.transport.statements.ActionValve

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.