Package mekanism.common.multipart

Examples of mekanism.common.multipart.ItemPartTransmitter


   * Adds and registers all items.
   */
  public void addItems()
  { 
    //Declarations
    PartTransmitter = new ItemPartTransmitter().setUnlocalizedName("MultipartTransmitter");
    EnrichedAlloy = new ItemMekanism().setUnlocalizedName("EnrichedAlloy");
    ReinforcedAlloy = new ItemMekanism().setUnlocalizedName("ReinforcedAlloy");
    AtomicAlloy = new ItemMekanism().setUnlocalizedName("AtomicAlloy");
    ControlCircuit = new ItemControlCircuit();
    EnrichedIron = new ItemMekanism().setUnlocalizedName("EnrichedIron");
View Full Code Here

TOP

Related Classes of mekanism.common.multipart.ItemPartTransmitter

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.