Package appeng.core.features.registries.entries

Examples of appeng.core.features.registries.entries.BasicCellHandler


    gcr.registerGridCache( ISecurityGrid.class, SecurityCache.class );
    gcr.registerGridCache( ICraftingGrid.class, CraftingGridCache.class );

    AEApi.instance().registries().externalStorage().addExternalStorageInterface( new AEExternalHandler() );

    AEApi.instance().registries().cell().addCellHandler( new BasicCellHandler() );
    AEApi.instance().registries().cell().addCellHandler( new CreativeCellHandler() );

    AEApi.instance().registries().matterCannon().registerAmmo( AEApi.instance().materials().materialMatterBall.stack( 1 ), 32.0 );

    recipeHandler.injectRecipes();
View Full Code Here

TOP

Related Classes of appeng.core.features.registries.entries.BasicCellHandler

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.