(DelegatorTileEntity aFrom, DelegatorTileEntity aTo)
| 452 | public static EntityItem entity_(World aWorld, ChunkCoordinates aCoords, ItemStack aStack ) {return new EntityItem(aWorld, aCoords.posX+0.5, aCoords.posY+0.5, aCoords.posZ+0.5, update_(aStack, aWorld, aCoords.posX, aCoords.posY, aCoords.posZ));} |
| 453 | |
| 454 | @SuppressWarnings("rawtypes") |
| 455 | public static int move(DelegatorTileEntity aFrom, DelegatorTileEntity aTo) {return move(aFrom, aTo, null, F, F, F, T, 64, 1, 64, 1);} |
| 456 | @SuppressWarnings({"unchecked", "rawtypes"}) |
| 457 | public static int move(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) { |
| 458 | if (!(aFrom.mTileEntity instanceof IInventory)) return 0; |
no test coverage detected