(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom)
| 508 | |
| 509 | |
| 510 | @SuppressWarnings("rawtypes") |
| 511 | public static int moveFrom(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom) {return moveFrom(aFrom, aTo, aSlotFrom, null, F, F, F, T, 64, 1, 64, 1);} |
| 512 | @SuppressWarnings({"unchecked", "rawtypes"}) |
| 513 | public static int moveFrom(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) { |
| 514 | if (aSlotFrom < 0) return 0; |
no test coverage detected