Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package appeng.util.inv;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public interface IInventoryWrapper
|
||||
{
|
||||
|
||||
boolean canRemoveItemFromSlot(int x, ItemStack is);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user