Basic reformat, hit once, hope never again

This commit is contained in:
thatsIch
2015-04-03 08:54:31 +02:00
parent 4ff1631f89
commit d34c988c88
886 changed files with 31400 additions and 30990 deletions
@@ -18,12 +18,14 @@
package appeng.helpers;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
import appeng.api.networking.IGridNode;
import appeng.api.networking.security.BaseActionSource;
public interface IContainerCraftingPacket
{
@@ -34,9 +36,10 @@ public interface IContainerCraftingPacket
/**
* @param string name of inventory
*
* @return the inventory of the part/tile by name.
*/
IInventory getInventoryByName(String string);
IInventory getInventoryByName( String string );
/**
* @return who are we?
@@ -52,5 +55,4 @@ public interface IContainerCraftingPacket
* @return array of view cells
*/
ItemStack[] getViewCells();
}