(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo)
| 532 | } |
| 533 | |
| 534 | @SuppressWarnings("rawtypes") |
| 535 | public static int moveTo(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo) {return moveTo(aFrom, aTo, aSlotTo, null, F, F, F, T, 64, 1, 64, 1);} |
| 536 | @SuppressWarnings({"unchecked", "rawtypes"}) |
| 537 | public static int moveTo(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) { |
| 538 | if (aSlotTo < 0) return 0; |
no test coverage detected