Package appeng.fmp

Examples of appeng.fmp.PartRegistry


    createAndRegister( AEApi.instance().blocks().blockSkyStone.block(), 0 );
    createAndRegister( AEApi.instance().blocks().blockSkyStone.block(), 1 );
    createAndRegister( AEApi.instance().blocks().blockSkyStone.block(), 2 );
    createAndRegister( AEApi.instance().blocks().blockSkyStone.block(), 3 );

    PartRegistry reg[] = PartRegistry.values();

    String data[] = new String[reg.length];
    for (int x = 0; x < data.length; x++)
      data[x] = reg[x].getName();
View Full Code Here

TOP

Related Classes of appeng.fmp.PartRegistry

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.