Package buildcraft.transport.statements

Examples of buildcraft.transport.statements.ActionPipeDirection


      for (EnumColor color : EnumColor.VALUES) {
        actionPipeColor[color.ordinal()] = new ActionPipeColor(color);
      }

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

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

TOP

Related Classes of buildcraft.transport.statements.ActionPipeDirection

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.