Basic reformat, hit once, hope never again
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user