Package appeng.block.networking

Examples of appeng.block.networking.BlockCableBus


    return AEApi.instance().blocks().blockMultiPart.block();
  }

  public void setRenderColor(int color)
  {
    BlockCableBus blk = (BlockCableBus) AEApi.instance().blocks().blockMultiPart.block();
    blk.setRenderColor( color );
  }
View Full Code Here

TOP

Related Classes of appeng.block.networking.BlockCableBus

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.