Package buildcraft.transport.statements

Examples of buildcraft.transport.statements.ActionPipeColor


        triggerRedstoneLevel[level] = new TriggerRedstoneFaderInput(level + 1);
        actionRedstoneLevel[level] = new ActionRedstoneFaderOutput(level + 1);
      }

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

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

TOP

Related Classes of buildcraft.transport.statements.ActionPipeColor

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.