(DelegatorTileEntity aFrom, DelegatorTileEntity aTo)
| 478 | |
| 479 | |
| 480 | @SuppressWarnings("rawtypes") |
| 481 | public static int moveAll(DelegatorTileEntity aFrom, DelegatorTileEntity aTo) {return moveAll(aFrom, aTo, null, F, F, F, T, 64, 1, 64, 1);} |
| 482 | @SuppressWarnings({"unchecked", "rawtypes"}) |
| 483 | public static int moveAll(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) { |
| 484 | if (!(aFrom.mTileEntity instanceof IInventory)) return 0; |
no test coverage detected