appeng.api.networking.crafting.ICraftingRequester Java Examples

The following examples show how to use appeng.api.networking.crafting.ICraftingRequester. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: IStorageHelper.java    From Framez with GNU General Public License v3.0 2 votes vote down vote up
/**
 * load a crafting link from nbt data.
 * 
 * @param data to be loaded data
 * @return crafting link
 */
ICraftingLink loadCraftingLink(NBTTagCompound data, ICraftingRequester req);
 
Example #2
Source File: IStorageHelper.java    From PneumaticCraft with GNU General Public License v3.0 2 votes vote down vote up
/**
 * load a crafting link from nbt data.
 *
 * @param data to be loaded data
 *
 * @return crafting link
 */
ICraftingLink loadCraftingLink( NBTTagCompound data, ICraftingRequester req );