Examples of AEExternalHandler


Examples of appeng.me.storage.AEExternalHandler

    gcr.registerGridCache( P2PCache.class, P2PCache.class );
    gcr.registerGridCache( ISpatialCache.class, SpatialPylonCache.class );
    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 );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.