Package crazypants.enderio.machine.hypercube.TileHyperCube

Examples of crazypants.enderio.machine.hypercube.TileHyperCube.SubChannel


    if(te instanceof TileHyperCube) {
      TileHyperCube hc = (TileHyperCube) te;

      SubChannel[] vals = SubChannel.values();
      for (int i = 0; i < vals.length; i++) {
        SubChannel sc = vals[i];
        IoMode mode = message.modes.get(i);
        hc.setModeForChannel(sc, mode);
      }

      hc.setChannel(message.selectedChannel);
View Full Code Here

TOP

Related Classes of crazypants.enderio.machine.hypercube.TileHyperCube.SubChannel

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.