Package appeng.tile.storage

Examples of appeng.tile.storage.TileChest.openGui()


        ItemStack cell = tg.getStackInSlot( 1 );
        if ( cell != null )
        {
          ICellHandler ch = AEApi.instance().registries().cell().getHandler( cell );

          tg.openGui( p, ch, cell, side );
        }
        else
          p.addChatMessage( PlayerMessages.ChestCannotReadStorageCell.get() );
      }
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.