Package buildcraft.core.statements

Examples of buildcraft.core.statements.ActionMachineControl


    ColorUtils.initialize();
   
    actionControl = new IActionExternal[IControllable.Mode.values().length];
    for (IControllable.Mode mode : IControllable.Mode.values()) {
      if (mode != IControllable.Mode.Unknown) {
        actionControl[mode.ordinal()] = new ActionMachineControl(mode);
      }
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.core.statements.ActionMachineControl

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.