Package appeng.api.parts

Examples of appeng.api.parts.IPartHost.cleanup()


              host.getFacadeContainer().removeFacade( host, sp.side );
              Platform.notifyBlocksOfNeighbors( world, x, y, z );
            }

            if ( host.isEmpty() )
              host.cleanup();

            if ( !is.isEmpty() )
            {
              Platform.spawnDrops( world, x, y, z, is );
            }
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.